Compartir a través de


AppServiceCertificate Class

Definition

Key Vault container for a certificate that is purchased through Azure.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter))]
public class AppServiceCertificate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter))>]
type AppServiceCertificate = class
    interface IAppServiceCertificate
    interface IJsonSerializable
Public Class AppServiceCertificate
Implements IAppServiceCertificate
Inheritance
AppServiceCertificate
Attributes
Implements

Constructors

AppServiceCertificate()

Creates an new AppServiceCertificate instance.

Properties

KeyVaultId

Key Vault resource Id.

KeyVaultSecretName

Key Vault secret name.

ProvisioningState

Status of the Key Vault secret.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServiceCertificate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServiceCertificate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServiceCertificate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to