Share via


AppServiceCertificatePatchResource Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificatePatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificatePatchResource = class
    inherit ProxyOnlyResource
Public Class AppServiceCertificatePatchResource
Inherits ProxyOnlyResource
Inheritance
AppServiceCertificatePatchResource
Attributes

Constructors

AppServiceCertificatePatchResource()

Initializes a new instance of the AppServiceCertificatePatchResource class.

AppServiceCertificatePatchResource(String, String, String, String, String, String, Nullable<KeyVaultSecretStatus>)

Initializes a new instance of the AppServiceCertificatePatchResource class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
KeyVaultId

Gets or sets key Vault resource Id.

KeyVaultSecretName

Gets or sets key Vault secret name.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
ProvisioningState

Gets status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to