다음을 통해 공유


NginxCertificateProperties Class

Definition

Nginx Certificate Properties.

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

Constructors

Name Description
NginxCertificateProperties()

Initializes a new instance of NginxCertificateProperties.

Properties

Name Description
CertificateError

Nginx Certificate Error Response Body.

CertificateVirtualPath

Gets or sets the CertificateVirtualPath.

KeyVaultSecretCreated

Gets the KeyVaultSecretCreated.

KeyVaultSecretId

Gets or sets the KeyVaultSecretId.

KeyVaultSecretVersion

Gets the KeyVaultSecretVersion.

KeyVirtualPath

Gets or sets the KeyVirtualPath.

ProvisioningState

Provisioning State.

Sha1Thumbprint

Gets the Sha1Thumbprint.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<NginxCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to