AppServiceCertificatePatchResource Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResource
AppServiceCertificatePatchResource

Constructor

AppServiceCertificatePatchResource(*, kind: Optional[str] = None, key_vault_id: Optional[str] = None, key_vault_secret_name: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

key_vault_id
str
Required

Key Vault resource Id.

key_vault_secret_name
str
Required

Key Vault secret name.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

provisioning_state
str or KeyVaultSecretStatus

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