Uses of Enum Class
com.microsoft.azure.management.appservice.KeyVaultSecretStatus
Packages that use KeyVaultSecretStatus
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of KeyVaultSecretStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return KeyVaultSecretStatusModifier and TypeMethodDescriptionstatic KeyVaultSecretStatus
KeyVaultSecretStatus.fromString
(String value) Parses a serialized value to a KeyVaultSecretStatus instance.CertificatePatchResource.keyVaultSecretStatus()
Get status of the Key Vault secret.AppServiceCertificateKeyVaultBinding.provisioningState()
AppServiceCertificatePatchResource.provisioningState()
Get status of the Key Vault secret.static KeyVaultSecretStatus
Returns the enum constant of this class with the specified name.static KeyVaultSecretStatus[]
KeyVaultSecretStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.