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.
public class ContainerServiceLinuxProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceLinuxProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceLinuxProfile>
public class ContainerServiceLinuxProfile
type ContainerServiceLinuxProfile = class
interface IJsonModel<ContainerServiceLinuxProfile>
interface IPersistableModel<ContainerServiceLinuxProfile>
type ContainerServiceLinuxProfile = class
Public Class ContainerServiceLinuxProfile
Implements IJsonModel(Of ContainerServiceLinuxProfile), IPersistableModel(Of ContainerServiceLinuxProfile)
Public Class ContainerServiceLinuxProfile
- Inheritance
-
ContainerServiceLinuxProfile
- Implements
Constructors
ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration) |
Initializes a new instance of ContainerServiceLinuxProfile. |
Properties
AdminUsername |
The administrator username to use for Linux VMs. |
SshPublicKeys |
The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. |
Explicit Interface Implementations
IJsonModel<ContainerServiceLinuxProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerServiceLinuxProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerServiceLinuxProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerServiceLinuxProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerServiceLinuxProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET