CredentialResults 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
CredentialResults() |
Initializes a new instance of the CredentialResults class. |
CredentialResults(IList<CredentialResult>) |
Initializes a new instance of the CredentialResults class. |
CredentialResults()
Initializes a new instance of the CredentialResults class.
public CredentialResults ();
Public Sub New ()
Applies to
CredentialResults(IList<CredentialResult>)
Initializes a new instance of the CredentialResults class.
public CredentialResults (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.CredentialResult> kubeconfigs = default);
new Microsoft.Azure.Management.ContainerService.Models.CredentialResults : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.CredentialResult> -> Microsoft.Azure.Management.ContainerService.Models.CredentialResults
Public Sub New (Optional kubeconfigs As IList(Of CredentialResult) = Nothing)
Parameters
- kubeconfigs
- IList<CredentialResult>
Base64-encoded Kubernetes configuration file.