list Private Cloud Admin Credentials
suspend fun listPrivateCloudAdminCredentials(argument: ListPrivateCloudAdminCredentialsPlainArgs): ListPrivateCloudAdminCredentialsResult
List the admin credentials for the private cloud Uses Azure REST API version 2023-09-01. Other available API versions: 2022-05-01, 2023-03-01, 2024-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native avs [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Administrative credentials for accessing vCenter and NSX-T
Parameters
argument
null
suspend fun listPrivateCloudAdminCredentials(privateCloudName: String, resourceGroupName: String): ListPrivateCloudAdminCredentialsResult
Return
Administrative credentials for accessing vCenter and NSX-T
Parameters
private Cloud Name
Name of the private cloud
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listPrivateCloudAdminCredentials(argument: suspend ListPrivateCloudAdminCredentialsPlainArgsBuilder.() -> Unit): ListPrivateCloudAdminCredentialsResult
Return
Administrative credentials for accessing vCenter and NSX-T
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.ListPrivateCloudAdminCredentialsPlainArgs.