CredentialResult 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
CredentialResult() |
Initializes a new instance of the CredentialResult class. |
CredentialResult(String, Byte[]) |
Initializes a new instance of the CredentialResult class. |
CredentialResult()
Initializes a new instance of the CredentialResult class.
public CredentialResult ();
Public Sub New ()
Applies to
CredentialResult(String, Byte[])
Initializes a new instance of the CredentialResult class.
public CredentialResult (string name = default, byte[] value = default);
new Microsoft.Azure.Management.ContainerService.Models.CredentialResult : string * byte[] -> Microsoft.Azure.Management.ContainerService.Models.CredentialResult
Public Sub New (Optional name As String = Nothing, Optional value As Byte() = Nothing)
Parameters
- name
- String
The name of the credential.
- value
- Byte[]
Base64-encoded Kubernetes configuration file.