ContainerServiceSshConfiguration Class

Definition

SSH configuration for Linux-based VMs running on Azure.

public class ContainerServiceSshConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshConfiguration>
public class ContainerServiceSshConfiguration
type ContainerServiceSshConfiguration = class
    interface IJsonModel<ContainerServiceSshConfiguration>
    interface IPersistableModel<ContainerServiceSshConfiguration>
type ContainerServiceSshConfiguration = class
Public Class ContainerServiceSshConfiguration
Implements IJsonModel(Of ContainerServiceSshConfiguration), IPersistableModel(Of ContainerServiceSshConfiguration)
Public Class ContainerServiceSshConfiguration
Inheritance
ContainerServiceSshConfiguration
Implements

Constructors

ContainerServiceSshConfiguration(IEnumerable<ContainerServiceSshPublicKey>)

Initializes a new instance of ContainerServiceSshConfiguration.

Properties

PublicKeys

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<ContainerServiceSshConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerServiceSshConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceSshConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceSshConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerServiceSshConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to