1. Packages
  2. Azure Native
  3. API Docs
  4. hybridcontainerservice
  5. listProvisionedClusterInstanceAdminKubeconfig
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.hybridcontainerservice.listProvisionedClusterInstanceAdminKubeconfig

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

    Lists the admin credentials of the provisioned cluster (can only be used within private network)

    Uses Azure REST API version 2024-01-01.

    Other available API versions: 2023-11-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the version guide for details.

    Using listProvisionedClusterInstanceAdminKubeconfig

    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 listProvisionedClusterInstanceAdminKubeconfig(args: ListProvisionedClusterInstanceAdminKubeconfigArgs, opts?: InvokeOptions): Promise<ListProvisionedClusterInstanceAdminKubeconfigResult>
    function listProvisionedClusterInstanceAdminKubeconfigOutput(args: ListProvisionedClusterInstanceAdminKubeconfigOutputArgs, opts?: InvokeOptions): Output<ListProvisionedClusterInstanceAdminKubeconfigResult>
    def list_provisioned_cluster_instance_admin_kubeconfig(connected_cluster_resource_uri: Optional[str] = None,
                                                           opts: Optional[InvokeOptions] = None) -> ListProvisionedClusterInstanceAdminKubeconfigResult
    def list_provisioned_cluster_instance_admin_kubeconfig_output(connected_cluster_resource_uri: Optional[pulumi.Input[str]] = None,
                                                           opts: Optional[InvokeOptions] = None) -> Output[ListProvisionedClusterInstanceAdminKubeconfigResult]
    func ListProvisionedClusterInstanceAdminKubeconfig(ctx *Context, args *ListProvisionedClusterInstanceAdminKubeconfigArgs, opts ...InvokeOption) (*ListProvisionedClusterInstanceAdminKubeconfigResult, error)
    func ListProvisionedClusterInstanceAdminKubeconfigOutput(ctx *Context, args *ListProvisionedClusterInstanceAdminKubeconfigOutputArgs, opts ...InvokeOption) ListProvisionedClusterInstanceAdminKubeconfigResultOutput

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

    public static class ListProvisionedClusterInstanceAdminKubeconfig 
    {
        public static Task<ListProvisionedClusterInstanceAdminKubeconfigResult> InvokeAsync(ListProvisionedClusterInstanceAdminKubeconfigArgs args, InvokeOptions? opts = null)
        public static Output<ListProvisionedClusterInstanceAdminKubeconfigResult> Invoke(ListProvisionedClusterInstanceAdminKubeconfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListProvisionedClusterInstanceAdminKubeconfigResult> listProvisionedClusterInstanceAdminKubeconfig(ListProvisionedClusterInstanceAdminKubeconfigArgs args, InvokeOptions options)
    public static Output<ListProvisionedClusterInstanceAdminKubeconfigResult> listProvisionedClusterInstanceAdminKubeconfig(ListProvisionedClusterInstanceAdminKubeconfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:hybridcontainerservice:listProvisionedClusterInstanceAdminKubeconfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectedClusterResourceUri string
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.
    ConnectedClusterResourceUri string
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.
    connectedClusterResourceUri String
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.
    connectedClusterResourceUri string
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.
    connected_cluster_resource_uri str
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.
    connectedClusterResourceUri String
    The fully qualified Azure Resource Manager identifier of the connected cluster resource.

    listProvisionedClusterInstanceAdminKubeconfig Result

    The following output properties are available:

    Id string
    Operation Id
    Name string
    Operation Name
    Properties ListCredentialResponseResponseProperties
    ResourceId string
    ARM Resource Id of the provisioned cluster instance
    Status string
    Provisioning state of the resource
    Error ListCredentialResponseResponseError
    id String
    Operation Id
    name String
    Operation Name
    properties ListCredentialResponseResponseProperties
    resourceId String
    ARM Resource Id of the provisioned cluster instance
    status String
    Provisioning state of the resource
    error ListCredentialResponseResponseError
    id string
    Operation Id
    name string
    Operation Name
    properties ListCredentialResponseResponseProperties
    resourceId string
    ARM Resource Id of the provisioned cluster instance
    status string
    Provisioning state of the resource
    error ListCredentialResponseResponseError
    id str
    Operation Id
    name str
    Operation Name
    properties ListCredentialResponseResponseProperties
    resource_id str
    ARM Resource Id of the provisioned cluster instance
    status str
    Provisioning state of the resource
    error ListCredentialResponseResponseError
    id String
    Operation Id
    name String
    Operation Name
    properties Property Map
    resourceId String
    ARM Resource Id of the provisioned cluster instance
    status String
    Provisioning state of the resource
    error Property Map

    Supporting Types

    CredentialResultResponse

    Name string
    The name of the credential.
    Value string
    Base64-encoded Kubernetes configuration file.
    Name string
    The name of the credential.
    Value string
    Base64-encoded Kubernetes configuration file.
    name String
    The name of the credential.
    value String
    Base64-encoded Kubernetes configuration file.
    name string
    The name of the credential.
    value string
    Base64-encoded Kubernetes configuration file.
    name str
    The name of the credential.
    value str
    Base64-encoded Kubernetes configuration file.
    name String
    The name of the credential.
    value String
    Base64-encoded Kubernetes configuration file.

    ListCredentialResponseResponseError

    Code string
    Message string
    Code string
    Message string
    code String
    message String
    code string
    message string
    code str
    message str
    code String
    message String

    ListCredentialResponseResponseProperties

    Kubeconfigs []CredentialResultResponse
    Base64-encoded Kubernetes configuration file.
    kubeconfigs List<CredentialResultResponse>
    Base64-encoded Kubernetes configuration file.
    kubeconfigs CredentialResultResponse[]
    Base64-encoded Kubernetes configuration file.
    kubeconfigs Sequence[CredentialResultResponse]
    Base64-encoded Kubernetes configuration file.
    kubeconfigs List<Property Map>
    Base64-encoded Kubernetes configuration file.

    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