azure-native.servicefabric.getManagedCluster
Explore with Pulumi AI
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group. Azure REST API version: 2023-03-01-preview.
Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview, 2024-09-01-preview, 2024-11-01-preview.
Using getManagedCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedCluster(args: GetManagedClusterArgs, opts?: InvokeOptions): Promise<GetManagedClusterResult>
function getManagedClusterOutput(args: GetManagedClusterOutputArgs, opts?: InvokeOptions): Output<GetManagedClusterResult>def get_managed_cluster(cluster_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetManagedClusterResult
def get_managed_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetManagedClusterResult]func LookupManagedCluster(ctx *Context, args *LookupManagedClusterArgs, opts ...InvokeOption) (*LookupManagedClusterResult, error)
func LookupManagedClusterOutput(ctx *Context, args *LookupManagedClusterOutputArgs, opts ...InvokeOption) LookupManagedClusterResultOutput> Note: This function is named LookupManagedCluster in the Go SDK.
public static class GetManagedCluster 
{
    public static Task<GetManagedClusterResult> InvokeAsync(GetManagedClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedClusterResult> Invoke(GetManagedClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedClusterResult> getManagedCluster(GetManagedClusterArgs args, InvokeOptions options)
public static Output<GetManagedClusterResult> getManagedCluster(GetManagedClusterArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:servicefabric:getManagedCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the cluster resource.
- ResourceGroup stringName 
- The name of the resource group.
- ClusterName string
- The name of the cluster resource.
- ResourceGroup stringName 
- The name of the resource group.
- clusterName String
- The name of the cluster resource.
- resourceGroup StringName 
- The name of the resource group.
- clusterName string
- The name of the cluster resource.
- resourceGroup stringName 
- The name of the resource group.
- cluster_name str
- The name of the cluster resource.
- resource_group_ strname 
- The name of the resource group.
- clusterName String
- The name of the cluster resource.
- resourceGroup StringName 
- The name of the resource group.
getManagedCluster Result
The following output properties are available:
- AdminUser stringName 
- VM admin user name.
- ClusterCertificate List<string>Thumbprints 
- List of thumbprints of the cluster certificates.
- ClusterId string
- A service generated unique identifier for the cluster resource.
- ClusterState string
- The current state of the cluster.
- DnsName string
- The cluster dns name.
- Etag string
- Azure resource etag.
- Fqdn string
- The fully qualified domain name associated with the public load balancer of the cluster.
- Id string
- Azure resource identifier.
- Ipv4Address string
- The IPv4 address associated with the public load balancer of the cluster.
- Ipv6Address string
- IPv6 address for the cluster if IPv6 is enabled.
- Location string
- Azure resource location.
- Name string
- Azure resource name.
- ProvisioningState string
- The provisioning state of the managed cluster resource.
- Sku
Pulumi.Azure Native. Service Fabric. Outputs. Sku Response 
- The sku of the managed cluster
- SystemData Pulumi.Azure Native. Service Fabric. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Azure resource type.
- AddonFeatures List<string>
- List of add-on features to enable on the cluster.
- AdminPassword string
- VM admin user password.
- AllowRdp boolAccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- ApplicationType Pulumi.Versions Cleanup Policy Azure Native. Service Fabric. Outputs. Application Type Versions Cleanup Policy Response 
- The policy used to clean up unused versions.
- AuxiliarySubnets List<Pulumi.Azure Native. Service Fabric. Outputs. Subnet Response> 
- Auxiliary subnets for the cluster.
- AzureActive Pulumi.Directory Azure Native. Service Fabric. Outputs. Azure Active Directory Response 
- The AAD authentication settings of the cluster.
- ClientConnection intPort 
- The port used for client connections to the cluster.
- Clients
List<Pulumi.Azure Native. Service Fabric. Outputs. Client Certificate Response> 
- Client certificates that are allowed to manage the cluster.
- ClusterCode stringVersion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- ClusterUpgrade stringCadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- ClusterUpgrade stringMode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- EnableAuto boolOSUpgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- EnableIpv6 bool
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- EnableService boolPublic IP 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- FabricSettings List<Pulumi.Azure Native. Service Fabric. Outputs. Settings Section Description Response> 
- The list of custom fabric settings to configure the cluster.
- HttpGateway intConnection Port 
- The port used for HTTP connections to the cluster.
- 
List<Pulumi.Azure Native. Service Fabric. Outputs. IPTag Response> 
- The list of IP tags associated with the default public IP address of the cluster.
- LoadBalancing List<Pulumi.Rules Azure Native. Service Fabric. Outputs. Load Balancing Rule Response> 
- Load balancing rules that are applied to the public load balancer of the cluster.
- NetworkSecurity List<Pulumi.Rules Azure Native. Service Fabric. Outputs. Network Security Rule Response> 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- PublicIPPrefix stringId 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- ServiceEndpoints List<Pulumi.Azure Native. Service Fabric. Outputs. Service Endpoint Response> 
- Service endpoints for subnets in the cluster.
- SubnetId string
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- Dictionary<string, string>
- Azure resource tags.
- UseCustom boolVnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- ZonalResiliency bool
- Indicates if the cluster has zone resiliency.
- ZonalUpdate stringMode 
- Indicates the update mode for Cross Az clusters.
- AdminUser stringName 
- VM admin user name.
- ClusterCertificate []stringThumbprints 
- List of thumbprints of the cluster certificates.
- ClusterId string
- A service generated unique identifier for the cluster resource.
- ClusterState string
- The current state of the cluster.
- DnsName string
- The cluster dns name.
- Etag string
- Azure resource etag.
- Fqdn string
- The fully qualified domain name associated with the public load balancer of the cluster.
- Id string
- Azure resource identifier.
- Ipv4Address string
- The IPv4 address associated with the public load balancer of the cluster.
- Ipv6Address string
- IPv6 address for the cluster if IPv6 is enabled.
- Location string
- Azure resource location.
- Name string
- Azure resource name.
- ProvisioningState string
- The provisioning state of the managed cluster resource.
- Sku
SkuResponse 
- The sku of the managed cluster
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Azure resource type.
- AddonFeatures []string
- List of add-on features to enable on the cluster.
- AdminPassword string
- VM admin user password.
- AllowRdp boolAccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- ApplicationType ApplicationVersions Cleanup Policy Type Versions Cleanup Policy Response 
- The policy used to clean up unused versions.
- AuxiliarySubnets []SubnetResponse 
- Auxiliary subnets for the cluster.
- AzureActive AzureDirectory Active Directory Response 
- The AAD authentication settings of the cluster.
- ClientConnection intPort 
- The port used for client connections to the cluster.
- Clients
[]ClientCertificate Response 
- Client certificates that are allowed to manage the cluster.
- ClusterCode stringVersion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- ClusterUpgrade stringCadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- ClusterUpgrade stringMode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- EnableAuto boolOSUpgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- EnableIpv6 bool
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- EnableService boolPublic IP 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- FabricSettings []SettingsSection Description Response 
- The list of custom fabric settings to configure the cluster.
- HttpGateway intConnection Port 
- The port used for HTTP connections to the cluster.
- 
[]IPTagResponse 
- The list of IP tags associated with the default public IP address of the cluster.
- LoadBalancing []LoadRules Balancing Rule Response 
- Load balancing rules that are applied to the public load balancer of the cluster.
- NetworkSecurity []NetworkRules Security Rule Response 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- PublicIPPrefix stringId 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- ServiceEndpoints []ServiceEndpoint Response 
- Service endpoints for subnets in the cluster.
- SubnetId string
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- map[string]string
- Azure resource tags.
- UseCustom boolVnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- ZonalResiliency bool
- Indicates if the cluster has zone resiliency.
- ZonalUpdate stringMode 
- Indicates the update mode for Cross Az clusters.
- adminUser StringName 
- VM admin user name.
- clusterCertificate List<String>Thumbprints 
- List of thumbprints of the cluster certificates.
- clusterId String
- A service generated unique identifier for the cluster resource.
- clusterState String
- The current state of the cluster.
- dnsName String
- The cluster dns name.
- etag String
- Azure resource etag.
- fqdn String
- The fully qualified domain name associated with the public load balancer of the cluster.
- id String
- Azure resource identifier.
- ipv4Address String
- The IPv4 address associated with the public load balancer of the cluster.
- ipv6Address String
- IPv6 address for the cluster if IPv6 is enabled.
- location String
- Azure resource location.
- name String
- Azure resource name.
- provisioningState String
- The provisioning state of the managed cluster resource.
- sku
SkuResponse 
- The sku of the managed cluster
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- Azure resource type.
- addonFeatures List<String>
- List of add-on features to enable on the cluster.
- adminPassword String
- VM admin user password.
- allowRdp BooleanAccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- applicationType ApplicationVersions Cleanup Policy Type Versions Cleanup Policy Response 
- The policy used to clean up unused versions.
- auxiliarySubnets List<SubnetResponse> 
- Auxiliary subnets for the cluster.
- azureActive AzureDirectory Active Directory Response 
- The AAD authentication settings of the cluster.
- clientConnection IntegerPort 
- The port used for client connections to the cluster.
- clients
List<ClientCertificate Response> 
- Client certificates that are allowed to manage the cluster.
- clusterCode StringVersion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- clusterUpgrade StringCadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- clusterUpgrade StringMode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- enableAuto BooleanOSUpgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- enableIpv6 Boolean
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- enableService BooleanPublic IP 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- fabricSettings List<SettingsSection Description Response> 
- The list of custom fabric settings to configure the cluster.
- httpGateway IntegerConnection Port 
- The port used for HTTP connections to the cluster.
- 
List<IPTagResponse> 
- The list of IP tags associated with the default public IP address of the cluster.
- loadBalancing List<LoadRules Balancing Rule Response> 
- Load balancing rules that are applied to the public load balancer of the cluster.
- networkSecurity List<NetworkRules Security Rule Response> 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- publicIPPrefix StringId 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- serviceEndpoints List<ServiceEndpoint Response> 
- Service endpoints for subnets in the cluster.
- subnetId String
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- Map<String,String>
- Azure resource tags.
- useCustom BooleanVnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- zonalResiliency Boolean
- Indicates if the cluster has zone resiliency.
- zonalUpdate StringMode 
- Indicates the update mode for Cross Az clusters.
- adminUser stringName 
- VM admin user name.
- clusterCertificate string[]Thumbprints 
- List of thumbprints of the cluster certificates.
- clusterId string
- A service generated unique identifier for the cluster resource.
- clusterState string
- The current state of the cluster.
- dnsName string
- The cluster dns name.
- etag string
- Azure resource etag.
- fqdn string
- The fully qualified domain name associated with the public load balancer of the cluster.
- id string
- Azure resource identifier.
- ipv4Address string
- The IPv4 address associated with the public load balancer of the cluster.
- ipv6Address string
- IPv6 address for the cluster if IPv6 is enabled.
- location string
- Azure resource location.
- name string
- Azure resource name.
- provisioningState string
- The provisioning state of the managed cluster resource.
- sku
SkuResponse 
- The sku of the managed cluster
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- Azure resource type.
- addonFeatures string[]
- List of add-on features to enable on the cluster.
- adminPassword string
- VM admin user password.
- allowRdp booleanAccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- applicationType ApplicationVersions Cleanup Policy Type Versions Cleanup Policy Response 
- The policy used to clean up unused versions.
- auxiliarySubnets SubnetResponse[] 
- Auxiliary subnets for the cluster.
- azureActive AzureDirectory Active Directory Response 
- The AAD authentication settings of the cluster.
- clientConnection numberPort 
- The port used for client connections to the cluster.
- clients
ClientCertificate Response[] 
- Client certificates that are allowed to manage the cluster.
- clusterCode stringVersion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- clusterUpgrade stringCadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- clusterUpgrade stringMode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- enableAuto booleanOSUpgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- enableIpv6 boolean
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- enableService booleanPublic IP 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- fabricSettings SettingsSection Description Response[] 
- The list of custom fabric settings to configure the cluster.
- httpGateway numberConnection Port 
- The port used for HTTP connections to the cluster.
- 
IPTagResponse[] 
- The list of IP tags associated with the default public IP address of the cluster.
- loadBalancing LoadRules Balancing Rule Response[] 
- Load balancing rules that are applied to the public load balancer of the cluster.
- networkSecurity NetworkRules Security Rule Response[] 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- publicIPPrefix stringId 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- serviceEndpoints ServiceEndpoint Response[] 
- Service endpoints for subnets in the cluster.
- subnetId string
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- {[key: string]: string}
- Azure resource tags.
- useCustom booleanVnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- zonalResiliency boolean
- Indicates if the cluster has zone resiliency.
- zonalUpdate stringMode 
- Indicates the update mode for Cross Az clusters.
- admin_user_ strname 
- VM admin user name.
- cluster_certificate_ Sequence[str]thumbprints 
- List of thumbprints of the cluster certificates.
- cluster_id str
- A service generated unique identifier for the cluster resource.
- cluster_state str
- The current state of the cluster.
- dns_name str
- The cluster dns name.
- etag str
- Azure resource etag.
- fqdn str
- The fully qualified domain name associated with the public load balancer of the cluster.
- id str
- Azure resource identifier.
- ipv4_address str
- The IPv4 address associated with the public load balancer of the cluster.
- ipv6_address str
- IPv6 address for the cluster if IPv6 is enabled.
- location str
- Azure resource location.
- name str
- Azure resource name.
- provisioning_state str
- The provisioning state of the managed cluster resource.
- sku
SkuResponse 
- The sku of the managed cluster
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- Azure resource type.
- addon_features Sequence[str]
- List of add-on features to enable on the cluster.
- admin_password str
- VM admin user password.
- allow_rdp_ boolaccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- application_type_ Applicationversions_ cleanup_ policy Type Versions Cleanup Policy Response 
- The policy used to clean up unused versions.
- auxiliary_subnets Sequence[SubnetResponse] 
- Auxiliary subnets for the cluster.
- azure_active_ Azuredirectory Active Directory Response 
- The AAD authentication settings of the cluster.
- client_connection_ intport 
- The port used for client connections to the cluster.
- clients
Sequence[ClientCertificate Response] 
- Client certificates that are allowed to manage the cluster.
- cluster_code_ strversion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- cluster_upgrade_ strcadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- cluster_upgrade_ strmode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- enable_auto_ boolos_ upgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- enable_ipv6 bool
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- enable_service_ boolpublic_ ip 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- fabric_settings Sequence[SettingsSection Description Response] 
- The list of custom fabric settings to configure the cluster.
- http_gateway_ intconnection_ port 
- The port used for HTTP connections to the cluster.
- 
Sequence[IPTagResponse] 
- The list of IP tags associated with the default public IP address of the cluster.
- load_balancing_ Sequence[Loadrules Balancing Rule Response] 
- Load balancing rules that are applied to the public load balancer of the cluster.
- network_security_ Sequence[Networkrules Security Rule Response] 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- public_ip_ strprefix_ id 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- service_endpoints Sequence[ServiceEndpoint Response] 
- Service endpoints for subnets in the cluster.
- subnet_id str
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- Mapping[str, str]
- Azure resource tags.
- use_custom_ boolvnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- zonal_resiliency bool
- Indicates if the cluster has zone resiliency.
- zonal_update_ strmode 
- Indicates the update mode for Cross Az clusters.
- adminUser StringName 
- VM admin user name.
- clusterCertificate List<String>Thumbprints 
- List of thumbprints of the cluster certificates.
- clusterId String
- A service generated unique identifier for the cluster resource.
- clusterState String
- The current state of the cluster.
- dnsName String
- The cluster dns name.
- etag String
- Azure resource etag.
- fqdn String
- The fully qualified domain name associated with the public load balancer of the cluster.
- id String
- Azure resource identifier.
- ipv4Address String
- The IPv4 address associated with the public load balancer of the cluster.
- ipv6Address String
- IPv6 address for the cluster if IPv6 is enabled.
- location String
- Azure resource location.
- name String
- Azure resource name.
- provisioningState String
- The provisioning state of the managed cluster resource.
- sku Property Map
- The sku of the managed cluster
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- Azure resource type.
- addonFeatures List<String>
- List of add-on features to enable on the cluster.
- adminPassword String
- VM admin user password.
- allowRdp BooleanAccess 
- Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
- applicationType Property MapVersions Cleanup Policy 
- The policy used to clean up unused versions.
- auxiliarySubnets List<Property Map>
- Auxiliary subnets for the cluster.
- azureActive Property MapDirectory 
- The AAD authentication settings of the cluster.
- clientConnection NumberPort 
- The port used for client connections to the cluster.
- clients List<Property Map>
- Client certificates that are allowed to manage the cluster.
- clusterCode StringVersion 
- The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.
- clusterUpgrade StringCadence 
- Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when clusterUpgradeMode is set to 'Automatic'.
- clusterUpgrade StringMode 
- The upgrade mode of the cluster when new Service Fabric runtime version is available.
- enableAuto BooleanOSUpgrade 
- Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
- enableIpv6 Boolean
- Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
- enableService BooleanPublic IP 
- Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
- fabricSettings List<Property Map>
- The list of custom fabric settings to configure the cluster.
- httpGateway NumberConnection Port 
- The port used for HTTP connections to the cluster.
- List<Property Map>
- The list of IP tags associated with the default public IP address of the cluster.
- loadBalancing List<Property Map>Rules 
- Load balancing rules that are applied to the public load balancer of the cluster.
- networkSecurity List<Property Map>Rules 
- Custom Network Security Rules that are applied to the Virtual Network of the cluster.
- publicIPPrefix StringId 
- Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
- serviceEndpoints List<Property Map>
- Service endpoints for subnets in the cluster.
- subnetId String
- If specified, the node types for the cluster are created in this subnet instead of the default VNet. The networkSecurityRules specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
- Map<String>
- Azure resource tags.
- useCustom BooleanVnet 
- For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
- zonalResiliency Boolean
- Indicates if the cluster has zone resiliency.
- zonalUpdate StringMode 
- Indicates the update mode for Cross Az clusters.
Supporting Types
ApplicationTypeVersionsCleanupPolicyResponse     
- MaxUnused intVersions To Keep 
- Number of unused versions per application type to keep.
- MaxUnused intVersions To Keep 
- Number of unused versions per application type to keep.
- maxUnused IntegerVersions To Keep 
- Number of unused versions per application type to keep.
- maxUnused numberVersions To Keep 
- Number of unused versions per application type to keep.
- max_unused_ intversions_ to_ keep 
- Number of unused versions per application type to keep.
- maxUnused NumberVersions To Keep 
- Number of unused versions per application type to keep.
AzureActiveDirectoryResponse   
- ClientApplication string
- Azure active directory client application id.
- ClusterApplication string
- Azure active directory cluster application id.
- TenantId string
- Azure active directory tenant id.
- ClientApplication string
- Azure active directory client application id.
- ClusterApplication string
- Azure active directory cluster application id.
- TenantId string
- Azure active directory tenant id.
- clientApplication String
- Azure active directory client application id.
- clusterApplication String
- Azure active directory cluster application id.
- tenantId String
- Azure active directory tenant id.
- clientApplication string
- Azure active directory client application id.
- clusterApplication string
- Azure active directory cluster application id.
- tenantId string
- Azure active directory tenant id.
- client_application str
- Azure active directory client application id.
- cluster_application str
- Azure active directory cluster application id.
- tenant_id str
- Azure active directory tenant id.
- clientApplication String
- Azure active directory client application id.
- clusterApplication String
- Azure active directory cluster application id.
- tenantId String
- Azure active directory tenant id.
ClientCertificateResponse  
- IsAdmin bool
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- CommonName string
- Certificate common name.
- IssuerThumbprint string
- Issuer thumbprint for the certificate. Only used together with CommonName.
- Thumbprint string
- Certificate thumbprint.
- IsAdmin bool
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- CommonName string
- Certificate common name.
- IssuerThumbprint string
- Issuer thumbprint for the certificate. Only used together with CommonName.
- Thumbprint string
- Certificate thumbprint.
- isAdmin Boolean
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- commonName String
- Certificate common name.
- issuerThumbprint String
- Issuer thumbprint for the certificate. Only used together with CommonName.
- thumbprint String
- Certificate thumbprint.
- isAdmin boolean
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- commonName string
- Certificate common name.
- issuerThumbprint string
- Issuer thumbprint for the certificate. Only used together with CommonName.
- thumbprint string
- Certificate thumbprint.
- is_admin bool
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- common_name str
- Certificate common name.
- issuer_thumbprint str
- Issuer thumbprint for the certificate. Only used together with CommonName.
- thumbprint str
- Certificate thumbprint.
- isAdmin Boolean
- Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
- commonName String
- Certificate common name.
- issuerThumbprint String
- Issuer thumbprint for the certificate. Only used together with CommonName.
- thumbprint String
- Certificate thumbprint.
IPTagResponse 
- ip_tag_ strtype 
- The IP tag type.
- tag str
- The value of the IP tag.
LoadBalancingRuleResponse   
- BackendPort int
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- FrontendPort int
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- ProbeProtocol string
- the reference to the load balancer probe used by the load balancing rule.
- Protocol string
- The reference to the transport protocol used by the load balancing rule.
- LoadDistribution string
- The load distribution policy for this rule.
- ProbePort int
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- ProbeRequest stringPath 
- The probe request path. Only supported for HTTP/HTTPS probes.
- BackendPort int
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- FrontendPort int
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- ProbeProtocol string
- the reference to the load balancer probe used by the load balancing rule.
- Protocol string
- The reference to the transport protocol used by the load balancing rule.
- LoadDistribution string
- The load distribution policy for this rule.
- ProbePort int
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- ProbeRequest stringPath 
- The probe request path. Only supported for HTTP/HTTPS probes.
- backendPort Integer
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- frontendPort Integer
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- probeProtocol String
- the reference to the load balancer probe used by the load balancing rule.
- protocol String
- The reference to the transport protocol used by the load balancing rule.
- loadDistribution String
- The load distribution policy for this rule.
- probePort Integer
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- probeRequest StringPath 
- The probe request path. Only supported for HTTP/HTTPS probes.
- backendPort number
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- frontendPort number
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- probeProtocol string
- the reference to the load balancer probe used by the load balancing rule.
- protocol string
- The reference to the transport protocol used by the load balancing rule.
- loadDistribution string
- The load distribution policy for this rule.
- probePort number
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- probeRequest stringPath 
- The probe request path. Only supported for HTTP/HTTPS probes.
- backend_port int
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- frontend_port int
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- probe_protocol str
- the reference to the load balancer probe used by the load balancing rule.
- protocol str
- The reference to the transport protocol used by the load balancing rule.
- load_distribution str
- The load distribution policy for this rule.
- probe_port int
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- probe_request_ strpath 
- The probe request path. Only supported for HTTP/HTTPS probes.
- backendPort Number
- The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
- frontendPort Number
- The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
- probeProtocol String
- the reference to the load balancer probe used by the load balancing rule.
- protocol String
- The reference to the transport protocol used by the load balancing rule.
- loadDistribution String
- The load distribution policy for this rule.
- probePort Number
- The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
- probeRequest StringPath 
- The probe request path. Only supported for HTTP/HTTPS probes.
NetworkSecurityRuleResponse   
- Access string
- The network traffic is allowed or denied.
- Direction string
- Network security rule direction.
- Name string
- Network security rule name.
- Priority int
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Description string
- Network security rule description.
- DestinationAddress stringPrefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- DestinationAddress List<string>Prefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- DestinationPort stringRange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- DestinationPort List<string>Ranges 
- The destination port ranges.
- SourceAddress stringPrefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- SourceAddress List<string>Prefixes 
- The CIDR or source IP ranges.
- SourcePort stringRange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- SourcePort List<string>Ranges 
- The source port ranges.
- Access string
- The network traffic is allowed or denied.
- Direction string
- Network security rule direction.
- Name string
- Network security rule name.
- Priority int
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Description string
- Network security rule description.
- DestinationAddress stringPrefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- DestinationAddress []stringPrefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- DestinationPort stringRange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- DestinationPort []stringRanges 
- The destination port ranges.
- SourceAddress stringPrefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- SourceAddress []stringPrefixes 
- The CIDR or source IP ranges.
- SourcePort stringRange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- SourcePort []stringRanges 
- The source port ranges.
- access String
- The network traffic is allowed or denied.
- direction String
- Network security rule direction.
- name String
- Network security rule name.
- priority Integer
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- description String
- Network security rule description.
- destinationAddress StringPrefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- destinationAddress List<String>Prefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- destinationPort StringRange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- destinationPort List<String>Ranges 
- The destination port ranges.
- sourceAddress StringPrefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- sourceAddress List<String>Prefixes 
- The CIDR or source IP ranges.
- sourcePort StringRange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- sourcePort List<String>Ranges 
- The source port ranges.
- access string
- The network traffic is allowed or denied.
- direction string
- Network security rule direction.
- name string
- Network security rule name.
- priority number
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol string
- Network protocol this rule applies to.
- description string
- Network security rule description.
- destinationAddress stringPrefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- destinationAddress string[]Prefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- destinationPort stringRange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- destinationPort string[]Ranges 
- The destination port ranges.
- sourceAddress stringPrefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- sourceAddress string[]Prefixes 
- The CIDR or source IP ranges.
- sourcePort stringRange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- sourcePort string[]Ranges 
- The source port ranges.
- access str
- The network traffic is allowed or denied.
- direction str
- Network security rule direction.
- name str
- Network security rule name.
- priority int
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol str
- Network protocol this rule applies to.
- description str
- Network security rule description.
- destination_address_ strprefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- destination_address_ Sequence[str]prefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- destination_port_ strrange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- destination_port_ Sequence[str]ranges 
- The destination port ranges.
- source_address_ strprefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- source_address_ Sequence[str]prefixes 
- The CIDR or source IP ranges.
- source_port_ strrange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- source_port_ Sequence[str]ranges 
- The source port ranges.
- access String
- The network traffic is allowed or denied.
- direction String
- Network security rule direction.
- name String
- Network security rule name.
- priority Number
- The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- description String
- Network security rule description.
- destinationAddress StringPrefix 
- The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
- destinationAddress List<String>Prefixes 
- The destination address prefixes. CIDR or destination IP ranges.
- destinationPort StringRange 
- he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- destinationPort List<String>Ranges 
- The destination port ranges.
- sourceAddress StringPrefix 
- The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
- sourceAddress List<String>Prefixes 
- The CIDR or source IP ranges.
- sourcePort StringRange 
- The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
- sourcePort List<String>Ranges 
- The source port ranges.
ServiceEndpointResponse  
SettingsParameterDescriptionResponse   
SettingsSectionDescriptionResponse   
- Name string
- The section name of the fabric settings.
- Parameters
List<Pulumi.Azure Native. Service Fabric. Inputs. Settings Parameter Description Response> 
- The collection of parameters in the section.
- Name string
- The section name of the fabric settings.
- Parameters
[]SettingsParameter Description Response 
- The collection of parameters in the section.
- name String
- The section name of the fabric settings.
- parameters
List<SettingsParameter Description Response> 
- The collection of parameters in the section.
- name string
- The section name of the fabric settings.
- parameters
SettingsParameter Description Response[] 
- The collection of parameters in the section.
- name str
- The section name of the fabric settings.
- parameters
Sequence[SettingsParameter Description Response] 
- The collection of parameters in the section.
- name String
- The section name of the fabric settings.
- parameters List<Property Map>
- The collection of parameters in the section.
SkuResponse 
- Name string
- Sku Name.
- Name string
- Sku Name.
- name String
- Sku Name.
- name string
- Sku Name.
- name str
- Sku Name.
- name String
- Sku Name.
SubnetResponse 
- Name string
- Subnet name.
- EnableIpv6 bool
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- NetworkSecurity stringGroup Id 
- Full resource id for the network security group.
- PrivateEndpoint stringNetwork Policies 
- Enable or Disable apply network policies on private end point in the subnet.
- PrivateLink stringService Network Policies 
- Enable or Disable apply network policies on private link service in the subnet.
- Name string
- Subnet name.
- EnableIpv6 bool
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- NetworkSecurity stringGroup Id 
- Full resource id for the network security group.
- PrivateEndpoint stringNetwork Policies 
- Enable or Disable apply network policies on private end point in the subnet.
- PrivateLink stringService Network Policies 
- Enable or Disable apply network policies on private link service in the subnet.
- name String
- Subnet name.
- enableIpv6 Boolean
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- networkSecurity StringGroup Id 
- Full resource id for the network security group.
- privateEndpoint StringNetwork Policies 
- Enable or Disable apply network policies on private end point in the subnet.
- privateLink StringService Network Policies 
- Enable or Disable apply network policies on private link service in the subnet.
- name string
- Subnet name.
- enableIpv6 boolean
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- networkSecurity stringGroup Id 
- Full resource id for the network security group.
- privateEndpoint stringNetwork Policies 
- Enable or Disable apply network policies on private end point in the subnet.
- privateLink stringService Network Policies 
- Enable or Disable apply network policies on private link service in the subnet.
- name str
- Subnet name.
- enable_ipv6 bool
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- network_security_ strgroup_ id 
- Full resource id for the network security group.
- private_endpoint_ strnetwork_ policies 
- Enable or Disable apply network policies on private end point in the subnet.
- private_link_ strservice_ network_ policies 
- Enable or Disable apply network policies on private link service in the subnet.
- name String
- Subnet name.
- enableIpv6 Boolean
- Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
- networkSecurity StringGroup Id 
- Full resource id for the network security group.
- privateEndpoint StringNetwork Policies 
- Enable or Disable apply network policies on private end point in the subnet.
- privateLink StringService Network Policies 
- Enable or Disable apply network policies on private link service in the subnet.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0