Share via


AccessProfile Constructors

Definition

Overloads

AccessProfile()

Initializes a new instance of the AccessProfile class.

AccessProfile(Byte[])

Initializes a new instance of the AccessProfile class.

AccessProfile()

Initializes a new instance of the AccessProfile class.

public AccessProfile ();
Public Sub New ()

Applies to

AccessProfile(Byte[])

Initializes a new instance of the AccessProfile class.

public AccessProfile (byte[] kubeConfig = default);
new Microsoft.Azure.Management.ContainerService.Models.AccessProfile : byte[] -> Microsoft.Azure.Management.ContainerService.Models.AccessProfile
Public Sub New (Optional kubeConfig As Byte() = Nothing)

Parameters

kubeConfig
Byte[]

Base64-encoded Kubernetes configuration file.

Applies to