你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SphereCertificateProperties Class

Definition

The properties of certificate.

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

Properties

Certificate

The certificate as a UTF-8 encoded base 64 string.

ExpiryUtc

The certificate expiry date.

NotBeforeUtc

The certificate not before date.

ProvisioningState

The status of the last operation.

Status

The certificate status.

Subject

The certificate subject.

Thumbprint

The certificate thumbprint.

Explicit Interface Implementations

IJsonModel<SphereCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SphereCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SphereCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to