Share via


IAppServiceCertificate Interface

Definition

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

Properties

KeyVaultId

Key Vault resource Id.

KeyVaultSecretName

Key Vault secret name.

ProvisioningState

Status of the Key Vault secret.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to