Condividi tramite


HDInsightClusterUpdateIdentityCertificateContent Class

Definition

The update cluster identity certificate request parameters.

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

Constructors

HDInsightClusterUpdateIdentityCertificateContent()

Initializes a new instance of HDInsightClusterUpdateIdentityCertificateContent.

Properties

ApplicationId

The application id.

Certificate

The certificate in base64 encoded format.

CertificatePassword

The password of the certificate.

Explicit Interface Implementations

IJsonModel<HDInsightClusterUpdateIdentityCertificateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterUpdateIdentityCertificateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterUpdateIdentityCertificateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterUpdateIdentityCertificateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterUpdateIdentityCertificateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to