AppServiceCertificate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key Vault container for a certificate that is purchased through Azure.
public class AppServiceCertificate
type AppServiceCertificate = class
Public Class AppServiceCertificate
- Inheritance
-
AppServiceCertificate
Constructors
AppServiceCertificate() |
Initializes a new instance of the AppServiceCertificate class. |
AppServiceCertificate(String, String, Nullable<KeyVaultSecretStatus>) |
Initializes a new instance of the AppServiceCertificate class. |
Properties
KeyVaultId |
Gets or sets key Vault resource Id. |
KeyVaultSecretName |
Gets or sets key Vault secret name. |
ProvisioningState |
Gets status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown' |