AccessProfile Class
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.
Profile for enabling a user to access a managed cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AccessProfileTypeConverter))]
public class AccessProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAccessProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AccessProfileTypeConverter))>]
type AccessProfile = class
interface IAccessProfile
interface IJsonSerializable
Public Class AccessProfile
Implements IAccessProfile
- Inheritance
-
AccessProfile
- Attributes
- Implements
Constructors
AccessProfile() |
Creates an new AccessProfile instance. |
Properties
KubeConfig |
Base64-encoded Kubernetes configuration file. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAccessProfile. |
FromJsonString(String) |
Creates a new instance of AccessProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |