private_clouds_admin_credentials
Creates, updates, deletes, gets or lists a private_clouds_admin_credentials
resource.
Overview
Name | private_clouds_admin_credentials |
Type | Resource |
Id | azure_isv.vmware.private_clouds_admin_credentials |
Fields
Name | Datatype | Description |
---|---|---|
nsxtPassword | string | NSX-T Manager password |
nsxtUsername | string | NSX-T Manager username |
vcenterPassword | string | vCenter admin password |
vcenterUsername | string | vCenter admin username |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | privateCloudName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
nsxtPassword,
nsxtUsername,
vcenterPassword,
vcenterUsername
FROM azure_isv.vmware.private_clouds_admin_credentials
WHERE privateCloudName = '{{ privateCloudName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';