Share via


LinuxSshPublicKey Class

Definition

The LinuxSshPublicKey.

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

Constructors

LinuxSshPublicKey()

Initializes a new instance of LinuxSshPublicKey.

Properties

KeyData

Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.

Explicit Interface Implementations

IJsonModel<LinuxSshPublicKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinuxSshPublicKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinuxSshPublicKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinuxSshPublicKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinuxSshPublicKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to