NginxCertificateProperties 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.
The NginxCertificateProperties.
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
NginxCertificateProperties() |
Initializes a new instance of NginxCertificateProperties. |
Properties
CertificateError |
Gets or sets the certificate error. |
CertificateVirtualPath |
Gets or sets the certificate virtual path. |
KeyVaultSecretCreated |
Gets the key vault secret created. |
KeyVaultSecretId |
Gets or sets the key vault secret id. |
KeyVaultSecretVersion |
Gets the key vault secret version. |
KeyVirtualPath |
Gets or sets the key virtual path. |
ProvisioningState |
Gets the provisioning state. |
Sha1Thumbprint |
Gets the sha 1 thumbprint. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET