Share via


ComputeFleetSshPublicKey Class

Definition

Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.

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

Constructors

ComputeFleetSshPublicKey()

Initializes a new instance of ComputeFleetSshPublicKey.

Properties

KeyData

SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).

Path

Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys

Explicit Interface Implementations

IJsonModel<ComputeFleetSshPublicKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetSshPublicKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetSshPublicKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetSshPublicKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetSshPublicKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to