CredentialResult Constructors

Definition

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.Fluent.Models.CredentialResult : string * byte[] -> Microsoft.Azure.Management.ContainerService.Fluent.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.

Applies to