CredentialResultsInner Constructors

Definition

Overloads

CredentialResultsInner()

Initializes a new instance of the CredentialResultsInner class.

CredentialResultsInner(IList<CredentialResult>)

Initializes a new instance of the CredentialResultsInner class.

CredentialResultsInner()

Initializes a new instance of the CredentialResultsInner class.

public CredentialResultsInner ();
Public Sub New ()

Applies to

CredentialResultsInner(IList<CredentialResult>)

Initializes a new instance of the CredentialResultsInner class.

public CredentialResultsInner (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResult> kubeconfigs = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResultsInner : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResult> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResultsInner
Public Sub New (Optional kubeconfigs As IList(Of CredentialResult) = Nothing)

Parameters

kubeconfigs
IList<CredentialResult>

Base64-encoded Kubernetes configuration file.

Applies to