SshPublicKeyConfiguration Class

Definition

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

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

Constructors

Name Description
SshPublicKeyConfiguration()

Initializes a new instance of SshPublicKeyConfiguration.

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SshPublicKeyConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SshPublicKeyConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SshPublicKeyConfiguration>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SshPublicKeyConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SshPublicKeyConfiguration>.Write(ModelReaderWriterOptions)

Applies to