This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.avs.getPrivateCloud
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
A private cloud resource Azure REST API version: 2022-05-01.
Other available API versions: 2023-03-01, 2023-09-01.
Using getPrivateCloud
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 getPrivateCloud(args: GetPrivateCloudArgs, opts?: InvokeOptions): Promise<GetPrivateCloudResult>
function getPrivateCloudOutput(args: GetPrivateCloudOutputArgs, opts?: InvokeOptions): Output<GetPrivateCloudResult>def get_private_cloud(private_cloud_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetPrivateCloudResult
def get_private_cloud_output(private_cloud_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetPrivateCloudResult]func LookupPrivateCloud(ctx *Context, args *LookupPrivateCloudArgs, opts ...InvokeOption) (*LookupPrivateCloudResult, error)
func LookupPrivateCloudOutput(ctx *Context, args *LookupPrivateCloudOutputArgs, opts ...InvokeOption) LookupPrivateCloudResultOutput> Note: This function is named LookupPrivateCloud in the Go SDK.
public static class GetPrivateCloud 
{
    public static Task<GetPrivateCloudResult> InvokeAsync(GetPrivateCloudArgs args, InvokeOptions? opts = null)
    public static Output<GetPrivateCloudResult> Invoke(GetPrivateCloudInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPrivateCloudResult> getPrivateCloud(GetPrivateCloudArgs args, InvokeOptions options)
public static Output<GetPrivateCloudResult> getPrivateCloud(GetPrivateCloudArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:avs:getPrivateCloud
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PrivateCloud stringName 
- Name of the private cloud
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- PrivateCloud stringName 
- Name of the private cloud
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- privateCloud StringName 
- Name of the private cloud
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- privateCloud stringName 
- Name of the private cloud
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- private_cloud_ strname 
- Name of the private cloud
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- privateCloud StringName 
- Name of the private cloud
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPrivateCloud Result
The following output properties are available:
- Endpoints
Pulumi.Azure Native. AVS. Outputs. Endpoints Response 
- The endpoints
- ExternalCloud List<string>Links 
- Array of cloud link IDs from other clouds that connect to this one
- Id string
- Resource ID.
- Location string
- Resource location
- ManagementCluster Pulumi.Azure Native. AVS. Outputs. Management Cluster Response 
- The default cluster used for management
- ManagementNetwork string
- Network used to access vCenter Server and NSX-T Manager
- Name string
- Resource name.
- NetworkBlock string
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- NsxPublic stringIp Quota Raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- NsxtCertificate stringThumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- ProvisioningNetwork string
- Used for virtual machine cold migration, cloning, and snapshot migration
- ProvisioningState string
- The provisioning state
- Sku
Pulumi.Azure Native. AVS. Outputs. Sku Response 
- The private cloud SKU
- Type string
- Resource type.
- VcenterCertificate stringThumbprint 
- Thumbprint of the vCenter Server SSL certificate
- VmotionNetwork string
- Used for live migration of virtual machines
- Availability
Pulumi.Azure Native. AVS. Outputs. Availability Properties Response 
- Properties describing how the cloud is distributed across availability zones
- Circuit
Pulumi.Azure Native. AVS. Outputs. Circuit Response 
- An ExpressRoute Circuit
- Encryption
Pulumi.Azure Native. AVS. Outputs. Encryption Response 
- Customer managed key encryption, can be enabled or disabled
- Identity
Pulumi.Azure Native. AVS. Outputs. Private Cloud Identity Response 
- The identity of the private cloud, if configured.
- IdentitySources List<Pulumi.Azure Native. AVS. Outputs. Identity Source Response> 
- vCenter Single Sign On Identity Sources
- Internet string
- Connectivity to internet is enabled or disabled
- NsxtPassword string
- Optionally, set the NSX-T Manager password when the private cloud is created
- SecondaryCircuit Pulumi.Azure Native. AVS. Outputs. Circuit Response 
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- Dictionary<string, string>
- Resource tags
- VcenterPassword string
- Optionally, set the vCenter admin password when the private cloud is created
- Endpoints
EndpointsResponse 
- The endpoints
- ExternalCloud []stringLinks 
- Array of cloud link IDs from other clouds that connect to this one
- Id string
- Resource ID.
- Location string
- Resource location
- ManagementCluster ManagementCluster Response 
- The default cluster used for management
- ManagementNetwork string
- Network used to access vCenter Server and NSX-T Manager
- Name string
- Resource name.
- NetworkBlock string
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- NsxPublic stringIp Quota Raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- NsxtCertificate stringThumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- ProvisioningNetwork string
- Used for virtual machine cold migration, cloning, and snapshot migration
- ProvisioningState string
- The provisioning state
- Sku
SkuResponse 
- The private cloud SKU
- Type string
- Resource type.
- VcenterCertificate stringThumbprint 
- Thumbprint of the vCenter Server SSL certificate
- VmotionNetwork string
- Used for live migration of virtual machines
- Availability
AvailabilityProperties Response 
- Properties describing how the cloud is distributed across availability zones
- Circuit
CircuitResponse 
- An ExpressRoute Circuit
- Encryption
EncryptionResponse 
- Customer managed key encryption, can be enabled or disabled
- Identity
PrivateCloud Identity Response 
- The identity of the private cloud, if configured.
- IdentitySources []IdentitySource Response 
- vCenter Single Sign On Identity Sources
- Internet string
- Connectivity to internet is enabled or disabled
- NsxtPassword string
- Optionally, set the NSX-T Manager password when the private cloud is created
- SecondaryCircuit CircuitResponse 
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- map[string]string
- Resource tags
- VcenterPassword string
- Optionally, set the vCenter admin password when the private cloud is created
- endpoints
EndpointsResponse 
- The endpoints
- externalCloud List<String>Links 
- Array of cloud link IDs from other clouds that connect to this one
- id String
- Resource ID.
- location String
- Resource location
- managementCluster ManagementCluster Response 
- The default cluster used for management
- managementNetwork String
- Network used to access vCenter Server and NSX-T Manager
- name String
- Resource name.
- networkBlock String
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- nsxPublic StringIp Quota Raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- nsxtCertificate StringThumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- provisioningNetwork String
- Used for virtual machine cold migration, cloning, and snapshot migration
- provisioningState String
- The provisioning state
- sku
SkuResponse 
- The private cloud SKU
- type String
- Resource type.
- vcenterCertificate StringThumbprint 
- Thumbprint of the vCenter Server SSL certificate
- vmotionNetwork String
- Used for live migration of virtual machines
- availability
AvailabilityProperties Response 
- Properties describing how the cloud is distributed across availability zones
- circuit
CircuitResponse 
- An ExpressRoute Circuit
- encryption
EncryptionResponse 
- Customer managed key encryption, can be enabled or disabled
- identity
PrivateCloud Identity Response 
- The identity of the private cloud, if configured.
- identitySources List<IdentitySource Response> 
- vCenter Single Sign On Identity Sources
- internet String
- Connectivity to internet is enabled or disabled
- nsxtPassword String
- Optionally, set the NSX-T Manager password when the private cloud is created
- secondaryCircuit CircuitResponse 
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- Map<String,String>
- Resource tags
- vcenterPassword String
- Optionally, set the vCenter admin password when the private cloud is created
- endpoints
EndpointsResponse 
- The endpoints
- externalCloud string[]Links 
- Array of cloud link IDs from other clouds that connect to this one
- id string
- Resource ID.
- location string
- Resource location
- managementCluster ManagementCluster Response 
- The default cluster used for management
- managementNetwork string
- Network used to access vCenter Server and NSX-T Manager
- name string
- Resource name.
- networkBlock string
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- nsxPublic stringIp Quota Raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- nsxtCertificate stringThumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- provisioningNetwork string
- Used for virtual machine cold migration, cloning, and snapshot migration
- provisioningState string
- The provisioning state
- sku
SkuResponse 
- The private cloud SKU
- type string
- Resource type.
- vcenterCertificate stringThumbprint 
- Thumbprint of the vCenter Server SSL certificate
- vmotionNetwork string
- Used for live migration of virtual machines
- availability
AvailabilityProperties Response 
- Properties describing how the cloud is distributed across availability zones
- circuit
CircuitResponse 
- An ExpressRoute Circuit
- encryption
EncryptionResponse 
- Customer managed key encryption, can be enabled or disabled
- identity
PrivateCloud Identity Response 
- The identity of the private cloud, if configured.
- identitySources IdentitySource Response[] 
- vCenter Single Sign On Identity Sources
- internet string
- Connectivity to internet is enabled or disabled
- nsxtPassword string
- Optionally, set the NSX-T Manager password when the private cloud is created
- secondaryCircuit CircuitResponse 
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- {[key: string]: string}
- Resource tags
- vcenterPassword string
- Optionally, set the vCenter admin password when the private cloud is created
- endpoints
EndpointsResponse 
- The endpoints
- external_cloud_ Sequence[str]links 
- Array of cloud link IDs from other clouds that connect to this one
- id str
- Resource ID.
- location str
- Resource location
- management_cluster ManagementCluster Response 
- The default cluster used for management
- management_network str
- Network used to access vCenter Server and NSX-T Manager
- name str
- Resource name.
- network_block str
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- nsx_public_ strip_ quota_ raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- nsxt_certificate_ strthumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- provisioning_network str
- Used for virtual machine cold migration, cloning, and snapshot migration
- provisioning_state str
- The provisioning state
- sku
SkuResponse 
- The private cloud SKU
- type str
- Resource type.
- vcenter_certificate_ strthumbprint 
- Thumbprint of the vCenter Server SSL certificate
- vmotion_network str
- Used for live migration of virtual machines
- availability
AvailabilityProperties Response 
- Properties describing how the cloud is distributed across availability zones
- circuit
CircuitResponse 
- An ExpressRoute Circuit
- encryption
EncryptionResponse 
- Customer managed key encryption, can be enabled or disabled
- identity
PrivateCloud Identity Response 
- The identity of the private cloud, if configured.
- identity_sources Sequence[IdentitySource Response] 
- vCenter Single Sign On Identity Sources
- internet str
- Connectivity to internet is enabled or disabled
- nsxt_password str
- Optionally, set the NSX-T Manager password when the private cloud is created
- secondary_circuit CircuitResponse 
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- Mapping[str, str]
- Resource tags
- vcenter_password str
- Optionally, set the vCenter admin password when the private cloud is created
- endpoints Property Map
- The endpoints
- externalCloud List<String>Links 
- Array of cloud link IDs from other clouds that connect to this one
- id String
- Resource ID.
- location String
- Resource location
- managementCluster Property Map
- The default cluster used for management
- managementNetwork String
- Network used to access vCenter Server and NSX-T Manager
- name String
- Resource name.
- networkBlock String
- The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22
- nsxPublic StringIp Quota Raised 
- Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024
- nsxtCertificate StringThumbprint 
- Thumbprint of the NSX-T Manager SSL certificate
- provisioningNetwork String
- Used for virtual machine cold migration, cloning, and snapshot migration
- provisioningState String
- The provisioning state
- sku Property Map
- The private cloud SKU
- type String
- Resource type.
- vcenterCertificate StringThumbprint 
- Thumbprint of the vCenter Server SSL certificate
- vmotionNetwork String
- Used for live migration of virtual machines
- availability Property Map
- Properties describing how the cloud is distributed across availability zones
- circuit Property Map
- An ExpressRoute Circuit
- encryption Property Map
- Customer managed key encryption, can be enabled or disabled
- identity Property Map
- The identity of the private cloud, if configured.
- identitySources List<Property Map>
- vCenter Single Sign On Identity Sources
- internet String
- Connectivity to internet is enabled or disabled
- nsxtPassword String
- Optionally, set the NSX-T Manager password when the private cloud is created
- secondaryCircuit Property Map
- A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud
- Map<String>
- Resource tags
- vcenterPassword String
- Optionally, set the vCenter admin password when the private cloud is created
Supporting Types
AvailabilityPropertiesResponse  
- SecondaryZone int
- The secondary availability zone for the private cloud
- Strategy string
- The availability strategy for the private cloud
- Zone int
- The primary availability zone for the private cloud
- SecondaryZone int
- The secondary availability zone for the private cloud
- Strategy string
- The availability strategy for the private cloud
- Zone int
- The primary availability zone for the private cloud
- secondaryZone Integer
- The secondary availability zone for the private cloud
- strategy String
- The availability strategy for the private cloud
- zone Integer
- The primary availability zone for the private cloud
- secondaryZone number
- The secondary availability zone for the private cloud
- strategy string
- The availability strategy for the private cloud
- zone number
- The primary availability zone for the private cloud
- secondary_zone int
- The secondary availability zone for the private cloud
- strategy str
- The availability strategy for the private cloud
- zone int
- The primary availability zone for the private cloud
- secondaryZone Number
- The secondary availability zone for the private cloud
- strategy String
- The availability strategy for the private cloud
- zone Number
- The primary availability zone for the private cloud
CircuitResponse 
- ExpressRoute stringID 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- ExpressRoute stringPrivate Peering ID 
- ExpressRoute Circuit private peering identifier
- PrimarySubnet string
- CIDR of primary subnet
- SecondarySubnet string
- CIDR of secondary subnet
- ExpressRoute stringID 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- ExpressRoute stringPrivate Peering ID 
- ExpressRoute Circuit private peering identifier
- PrimarySubnet string
- CIDR of primary subnet
- SecondarySubnet string
- CIDR of secondary subnet
- expressRoute StringID 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- expressRoute StringPrivate Peering ID 
- ExpressRoute Circuit private peering identifier
- primarySubnet String
- CIDR of primary subnet
- secondarySubnet String
- CIDR of secondary subnet
- expressRoute stringID 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- expressRoute stringPrivate Peering ID 
- ExpressRoute Circuit private peering identifier
- primarySubnet string
- CIDR of primary subnet
- secondarySubnet string
- CIDR of secondary subnet
- express_route_ strid 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- express_route_ strprivate_ peering_ id 
- ExpressRoute Circuit private peering identifier
- primary_subnet str
- CIDR of primary subnet
- secondary_subnet str
- CIDR of secondary subnet
- expressRoute StringID 
- Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- expressRoute StringPrivate Peering ID 
- ExpressRoute Circuit private peering identifier
- primarySubnet String
- CIDR of primary subnet
- secondarySubnet String
- CIDR of secondary subnet
EncryptionKeyVaultPropertiesResponse    
- AutoDetected stringKey Version 
- The auto-detected version of the key if versionType is auto-detected.
- KeyState string
- The state of key provided
- VersionType string
- Property of the key if user provided or auto detected
- KeyName string
- The name of the key.
- KeyVault stringUrl 
- The URL of the vault.
- KeyVersion string
- The version of the key.
- AutoDetected stringKey Version 
- The auto-detected version of the key if versionType is auto-detected.
- KeyState string
- The state of key provided
- VersionType string
- Property of the key if user provided or auto detected
- KeyName string
- The name of the key.
- KeyVault stringUrl 
- The URL of the vault.
- KeyVersion string
- The version of the key.
- autoDetected StringKey Version 
- The auto-detected version of the key if versionType is auto-detected.
- keyState String
- The state of key provided
- versionType String
- Property of the key if user provided or auto detected
- keyName String
- The name of the key.
- keyVault StringUrl 
- The URL of the vault.
- keyVersion String
- The version of the key.
- autoDetected stringKey Version 
- The auto-detected version of the key if versionType is auto-detected.
- keyState string
- The state of key provided
- versionType string
- Property of the key if user provided or auto detected
- keyName string
- The name of the key.
- keyVault stringUrl 
- The URL of the vault.
- keyVersion string
- The version of the key.
- auto_detected_ strkey_ version 
- The auto-detected version of the key if versionType is auto-detected.
- key_state str
- The state of key provided
- version_type str
- Property of the key if user provided or auto detected
- key_name str
- The name of the key.
- key_vault_ strurl 
- The URL of the vault.
- key_version str
- The version of the key.
- autoDetected StringKey Version 
- The auto-detected version of the key if versionType is auto-detected.
- keyState String
- The state of key provided
- versionType String
- Property of the key if user provided or auto detected
- keyName String
- The name of the key.
- keyVault StringUrl 
- The URL of the vault.
- keyVersion String
- The version of the key.
EncryptionResponse 
- KeyVault Pulumi.Properties Azure Native. AVS. Inputs. Encryption Key Vault Properties Response 
- The key vault where the encryption key is stored
- Status string
- Status of customer managed encryption key
- KeyVault EncryptionProperties Key Vault Properties Response 
- The key vault where the encryption key is stored
- Status string
- Status of customer managed encryption key
- keyVault EncryptionProperties Key Vault Properties Response 
- The key vault where the encryption key is stored
- status String
- Status of customer managed encryption key
- keyVault EncryptionProperties Key Vault Properties Response 
- The key vault where the encryption key is stored
- status string
- Status of customer managed encryption key
- key_vault_ Encryptionproperties Key Vault Properties Response 
- The key vault where the encryption key is stored
- status str
- Status of customer managed encryption key
- keyVault Property MapProperties 
- The key vault where the encryption key is stored
- status String
- Status of customer managed encryption key
EndpointsResponse 
- HcxCloud stringManager 
- Endpoint for the HCX Cloud Manager
- NsxtManager string
- Endpoint for the NSX-T Data Center manager
- Vcsa string
- Endpoint for Virtual Center Server Appliance
- HcxCloud stringManager 
- Endpoint for the HCX Cloud Manager
- NsxtManager string
- Endpoint for the NSX-T Data Center manager
- Vcsa string
- Endpoint for Virtual Center Server Appliance
- hcxCloud StringManager 
- Endpoint for the HCX Cloud Manager
- nsxtManager String
- Endpoint for the NSX-T Data Center manager
- vcsa String
- Endpoint for Virtual Center Server Appliance
- hcxCloud stringManager 
- Endpoint for the HCX Cloud Manager
- nsxtManager string
- Endpoint for the NSX-T Data Center manager
- vcsa string
- Endpoint for Virtual Center Server Appliance
- hcx_cloud_ strmanager 
- Endpoint for the HCX Cloud Manager
- nsxt_manager str
- Endpoint for the NSX-T Data Center manager
- vcsa str
- Endpoint for Virtual Center Server Appliance
- hcxCloud StringManager 
- Endpoint for the HCX Cloud Manager
- nsxtManager String
- Endpoint for the NSX-T Data Center manager
- vcsa String
- Endpoint for Virtual Center Server Appliance
IdentitySourceResponse  
- Alias string
- The domain's NetBIOS name
- BaseGroup stringDN 
- The base distinguished name for groups
- BaseUser stringDN 
- The base distinguished name for users
- Domain string
- The domain's dns name
- Name string
- The name of the identity source
- Password string
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- PrimaryServer string
- Primary server URL
- SecondaryServer string
- Secondary server URL
- Ssl string
- Protect LDAP communication using SSL certificate (LDAPS)
- Username string
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
- Alias string
- The domain's NetBIOS name
- BaseGroup stringDN 
- The base distinguished name for groups
- BaseUser stringDN 
- The base distinguished name for users
- Domain string
- The domain's dns name
- Name string
- The name of the identity source
- Password string
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- PrimaryServer string
- Primary server URL
- SecondaryServer string
- Secondary server URL
- Ssl string
- Protect LDAP communication using SSL certificate (LDAPS)
- Username string
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
- alias String
- The domain's NetBIOS name
- baseGroup StringDN 
- The base distinguished name for groups
- baseUser StringDN 
- The base distinguished name for users
- domain String
- The domain's dns name
- name String
- The name of the identity source
- password String
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- primaryServer String
- Primary server URL
- secondaryServer String
- Secondary server URL
- ssl String
- Protect LDAP communication using SSL certificate (LDAPS)
- username String
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
- alias string
- The domain's NetBIOS name
- baseGroup stringDN 
- The base distinguished name for groups
- baseUser stringDN 
- The base distinguished name for users
- domain string
- The domain's dns name
- name string
- The name of the identity source
- password string
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- primaryServer string
- Primary server URL
- secondaryServer string
- Secondary server URL
- ssl string
- Protect LDAP communication using SSL certificate (LDAPS)
- username string
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
- alias str
- The domain's NetBIOS name
- base_group_ strdn 
- The base distinguished name for groups
- base_user_ strdn 
- The base distinguished name for users
- domain str
- The domain's dns name
- name str
- The name of the identity source
- password str
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- primary_server str
- Primary server URL
- secondary_server str
- Secondary server URL
- ssl str
- Protect LDAP communication using SSL certificate (LDAPS)
- username str
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
- alias String
- The domain's NetBIOS name
- baseGroup StringDN 
- The base distinguished name for groups
- baseUser StringDN 
- The base distinguished name for users
- domain String
- The domain's dns name
- name String
- The name of the identity source
- password String
- The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.
- primaryServer String
- Primary server URL
- secondaryServer String
- Secondary server URL
- ssl String
- Protect LDAP communication using SSL certificate (LDAPS)
- username String
- The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
ManagementClusterResponse  
- ClusterId int
- The identity
- ClusterSize int
- The cluster size
- ProvisioningState string
- The state of the cluster provisioning
- Hosts List<string>
- The hosts
- ClusterId int
- The identity
- ClusterSize int
- The cluster size
- ProvisioningState string
- The state of the cluster provisioning
- Hosts []string
- The hosts
- clusterId Integer
- The identity
- clusterSize Integer
- The cluster size
- provisioningState String
- The state of the cluster provisioning
- hosts List<String>
- The hosts
- clusterId number
- The identity
- clusterSize number
- The cluster size
- provisioningState string
- The state of the cluster provisioning
- hosts string[]
- The hosts
- cluster_id int
- The identity
- cluster_size int
- The cluster size
- provisioning_state str
- The state of the cluster provisioning
- hosts Sequence[str]
- The hosts
- clusterId Number
- The identity
- clusterSize Number
- The cluster size
- provisioningState String
- The state of the cluster provisioning
- hosts List<String>
- The hosts
PrivateCloudIdentityResponse   
- PrincipalId string
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
- PrincipalId string
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
- principalId String
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
- principalId string
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- tenantId string
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- type string
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
- principal_id str
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- tenant_id str
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- type str
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
- principalId String
- The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
SkuResponse 
- Name string
- The name of the SKU.
- Name string
- The name of the SKU.
- name String
- The name of the SKU.
- name string
- The name of the SKU.
- name str
- The name of the SKU.
- name String
- The name of the SKU.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi