Uses of Class
com.azure.resourcemanager.appservice.models.KeyVaultSecretStatus
-
Packages that use KeyVaultSecretStatus Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of KeyVaultSecretStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return KeyVaultSecretStatus Modifier and Type Method Description KeyVaultSecretStatusCertificateInner. keyVaultSecretStatus()Get the keyVaultSecretStatus property: Status of the Key Vault secret.KeyVaultSecretStatusCertificatePatchResourceProperties. keyVaultSecretStatus()Get the keyVaultSecretStatus property: Status of the Key Vault secret.KeyVaultSecretStatusCertificateProperties. keyVaultSecretStatus()Get the keyVaultSecretStatus property: Status of the Key Vault secret.KeyVaultSecretStatusAppServiceCertificateInner. provisioningState()Get the provisioningState property: Status of the Key Vault secret.KeyVaultSecretStatusAppServiceCertificatePatchResourceInner. provisioningState()Get the provisioningState property: Status of the Key Vault secret.KeyVaultSecretStatusAppServiceCertificateResourceInner. provisioningState()Get the provisioningState property: Status of the Key Vault secret. -
Uses of KeyVaultSecretStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return KeyVaultSecretStatus Modifier and Type Method Description static KeyVaultSecretStatusKeyVaultSecretStatus. fromString(String value)Parses a serialized value to a KeyVaultSecretStatus instance.KeyVaultSecretStatusCertificatePatchResource. keyVaultSecretStatus()Get the keyVaultSecretStatus property: Status of the Key Vault secret.KeyVaultSecretStatusAppServiceCertificateKeyVaultBinding. provisioningState()static KeyVaultSecretStatusKeyVaultSecretStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyVaultSecretStatus[]KeyVaultSecretStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-