CredentialResultsInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.