Share via


ClusterServerCertificateCommonNames Class

Definition

Describes a list of server certificates referenced by common name that are used to secure the cluster.

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

Constructors

ClusterServerCertificateCommonNames()

Initializes a new instance of ClusterServerCertificateCommonNames.

Properties

CommonNames

The list of server certificates referenced by common name that are used to secure the cluster.

X509StoreName

The local certificate store ___location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterServerCertificateCommonNames>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterServerCertificateCommonNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterServerCertificateCommonNames>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterServerCertificateCommonNames>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterServerCertificateCommonNames>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to