Class AppServiceCertificatePatchResource
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource
Key Vault container ARM resource for a certificate that is purchased through
Azure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet key Vault resource Id.Get key Vault secret name.Get status of the Key Vault secret.withKeyVaultId
(String keyVaultId) Set key Vault resource Id.withKeyVaultSecretName
(String keyVaultSecretName) Set key Vault secret name.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
AppServiceCertificatePatchResource
public AppServiceCertificatePatchResource()
-
-
Method Details
-
keyVaultId
Get key Vault resource Id.- Returns:
- the keyVaultId value
-
withKeyVaultId
Set key Vault resource Id.- Parameters:
keyVaultId
- the keyVaultId value to set- Returns:
- the AppServiceCertificatePatchResource object itself.
-
keyVaultSecretName
Get key Vault secret name.- Returns:
- the keyVaultSecretName value
-
withKeyVaultSecretName
Set key Vault secret name.- Parameters:
keyVaultSecretName
- the keyVaultSecretName value to set- Returns:
- the AppServiceCertificatePatchResource object itself.
-
provisioningState
Get status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'.- Returns:
- the provisioningState value
-