1. Packages
  2. Azure Native
  3. API Docs
  4. avs
  5. listPrivateCloudAdminCredentials
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.avs.listPrivateCloudAdminCredentials

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    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. 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 for details.

    Using listPrivateCloudAdminCredentials

    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 listPrivateCloudAdminCredentials(args: ListPrivateCloudAdminCredentialsArgs, opts?: InvokeOptions): Promise<ListPrivateCloudAdminCredentialsResult>
    function listPrivateCloudAdminCredentialsOutput(args: ListPrivateCloudAdminCredentialsOutputArgs, opts?: InvokeOptions): Output<ListPrivateCloudAdminCredentialsResult>
    def list_private_cloud_admin_credentials(private_cloud_name: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> ListPrivateCloudAdminCredentialsResult
    def list_private_cloud_admin_credentials_output(private_cloud_name: Optional[pulumi.Input[str]] = None,
                                             resource_group_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[ListPrivateCloudAdminCredentialsResult]
    func ListPrivateCloudAdminCredentials(ctx *Context, args *ListPrivateCloudAdminCredentialsArgs, opts ...InvokeOption) (*ListPrivateCloudAdminCredentialsResult, error)
    func ListPrivateCloudAdminCredentialsOutput(ctx *Context, args *ListPrivateCloudAdminCredentialsOutputArgs, opts ...InvokeOption) ListPrivateCloudAdminCredentialsResultOutput

    > Note: This function is named ListPrivateCloudAdminCredentials in the Go SDK.

    public static class ListPrivateCloudAdminCredentials 
    {
        public static Task<ListPrivateCloudAdminCredentialsResult> InvokeAsync(ListPrivateCloudAdminCredentialsArgs args, InvokeOptions? opts = null)
        public static Output<ListPrivateCloudAdminCredentialsResult> Invoke(ListPrivateCloudAdminCredentialsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListPrivateCloudAdminCredentialsResult> listPrivateCloudAdminCredentials(ListPrivateCloudAdminCredentialsArgs args, InvokeOptions options)
    public static Output<ListPrivateCloudAdminCredentialsResult> listPrivateCloudAdminCredentials(ListPrivateCloudAdminCredentialsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:avs:listPrivateCloudAdminCredentials
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PrivateCloudName string
    Name of the private cloud
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    PrivateCloudName string
    Name of the private cloud
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    privateCloudName String
    Name of the private cloud
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    privateCloudName string
    Name of the private cloud
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    private_cloud_name str
    Name of the private cloud
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    privateCloudName String
    Name of the private cloud
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    listPrivateCloudAdminCredentials Result

    The following output properties are available:

    NsxtPassword string
    NSX-T Manager password
    NsxtUsername string
    NSX-T Manager username
    VcenterPassword string
    vCenter admin password
    VcenterUsername string
    vCenter admin username
    NsxtPassword string
    NSX-T Manager password
    NsxtUsername string
    NSX-T Manager username
    VcenterPassword string
    vCenter admin password
    VcenterUsername string
    vCenter admin username
    nsxtPassword String
    NSX-T Manager password
    nsxtUsername String
    NSX-T Manager username
    vcenterPassword String
    vCenter admin password
    vcenterUsername String
    vCenter admin username
    nsxtPassword string
    NSX-T Manager password
    nsxtUsername string
    NSX-T Manager username
    vcenterPassword string
    vCenter admin password
    vcenterUsername string
    vCenter admin username
    nsxt_password str
    NSX-T Manager password
    nsxt_username str
    NSX-T Manager username
    vcenter_password str
    vCenter admin password
    vcenter_username str
    vCenter admin username
    nsxtPassword String
    NSX-T Manager password
    nsxtUsername String
    NSX-T Manager username
    vcenterPassword String
    vCenter admin password
    vcenterUsername String
    vCenter admin username

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi