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.
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
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. |