Sdílet prostřednictvím


ContainerServiceSshPublicKey Class

Definition

Contains information about SSH certificate public key data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ContainerServiceSshPublicKeyTypeConverter))]
public class ContainerServiceSshPublicKey : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IContainerServiceSshPublicKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ContainerServiceSshPublicKeyTypeConverter))>]
type ContainerServiceSshPublicKey = class
    interface IContainerServiceSshPublicKey
    interface IJsonSerializable
Public Class ContainerServiceSshPublicKey
Implements IContainerServiceSshPublicKey
Inheritance
ContainerServiceSshPublicKey
Attributes
Implements

Constructors

ContainerServiceSshPublicKey()

Creates an new ContainerServiceSshPublicKey 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 ContainerServiceSshPublicKey.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerServiceSshPublicKey.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IContainerServiceSshPublicKey.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerServiceSshPublicKey into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to