AccessProfile 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
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.