Share via


LinuxProfilePropertiesSshPublicKeysItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.LinuxProfilePropertiesSshPublicKeysItemTypeConverter))]
public class LinuxProfilePropertiesSshPublicKeysItem : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.LinuxProfilePropertiesSshPublicKeysItemTypeConverter))>]
type LinuxProfilePropertiesSshPublicKeysItem = class
    interface ILinuxProfilePropertiesSshPublicKeysItem
    interface IJsonSerializable
Public Class LinuxProfilePropertiesSshPublicKeysItem
Implements ILinuxProfilePropertiesSshPublicKeysItem
Inheritance
LinuxProfilePropertiesSshPublicKeysItem
Attributes
Implements

Constructors

LinuxProfilePropertiesSshPublicKeysItem()

Creates an new LinuxProfilePropertiesSshPublicKeysItem instance.

Properties

KeyData

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinuxProfilePropertiesSshPublicKeysItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinuxProfilePropertiesSshPublicKeysItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem.

FromJsonString(String)

Creates a new instance of LinuxProfilePropertiesSshPublicKeysItem, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinuxProfilePropertiesSshPublicKeysItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to