ClusterCertificateDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
|
| ThumbprintSecondary |
Thumbprint of the secondary certificate. |
| X509StoreName |
The local certificate store location. |
Methods
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. |