Share via


HDInsightSshPublicKey Class

Definition

The SSH public key for the cluster nodes.

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

Constructors

HDInsightSshPublicKey()

Initializes a new instance of HDInsightSshPublicKey.

Properties

CertificateData

The certificate for SSH.

Explicit Interface Implementations

IJsonModel<HDInsightSshPublicKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightSshPublicKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightSshPublicKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightSshPublicKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightSshPublicKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to