ContainerServiceLinuxProfile 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 Linux VMs in the container service cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ContainerServiceLinuxProfileTypeConverter))]
public class ContainerServiceLinuxProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IContainerServiceLinuxProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ContainerServiceLinuxProfileTypeConverter))>]
type ContainerServiceLinuxProfile = class
interface IContainerServiceLinuxProfile
interface IJsonSerializable
Public Class ContainerServiceLinuxProfile
Implements IContainerServiceLinuxProfile
- Inheritance
-
ContainerServiceLinuxProfile
- Attributes
- Implements
Constructors
ContainerServiceLinuxProfile() |
Creates an new ContainerServiceLinuxProfile instance. |
Properties
AdminUsername |
The administrator username to use for Linux VMs. |
SshPublicKey |
The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerServiceLinuxProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerServiceLinuxProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IContainerServiceLinuxProfile. |
FromJsonString(String) |
Creates a new instance of ContainerServiceLinuxProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerServiceLinuxProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |