Share via


NginxCertificateProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxCertificatePropertiesTypeConverter))]
public class NginxCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxCertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxCertificatePropertiesTypeConverter))>]
type NginxCertificateProperties = class
    interface INginxCertificateProperties
    interface IJsonSerializable
Public Class NginxCertificateProperties
Implements INginxCertificateProperties
Inheritance
NginxCertificateProperties
Attributes
Implements

Constructors

NginxCertificateProperties()

Creates an new NginxCertificateProperties instance.

Properties

CertificateVirtualPath
KeyVaultSecretId
KeyVirtualPath
ProvisioningState

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxCertificateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxCertificateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxCertificateProperties.

FromJsonString(String)

Creates a new instance of NginxCertificateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxCertificateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to