ClusterCertificateDescription Class

Definition

Describes the certificate details.

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

Constructors

Name Description
ClusterCertificateDescription(BinaryData)

Initializes a new instance of ClusterCertificateDescription.

Properties

Name Description
Thumbprint

Thumbprint of the primary certificate.

To assign a byte[] to this property use FromBytes(Byte[]). The byte[] will be serialized to a Base64 encoded string.

Examples:

  • BinaryData.FromBytes(new byte[] { 1, 2, 3 }). : Creates a payload of "AQID".

ThumbprintSecondary

Thumbprint of the secondary certificate.

X509StoreName

The local certificate store location.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ClusterCertificateDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterCertificateDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterCertificateDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterCertificateDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterCertificateDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to