Uses of Class
com.azure.resourcemanager.keyvault.models.Reason
-
Packages that use Reason Package Description com.azure.resourcemanager.keyvault.fluent.models Package containing the inner data models for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Reason in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return Reason Modifier and Type Method Description ReasonCheckNameAvailabilityResultInner. reason()Get the reason property: The reason that a vault name could not be used. -
Uses of Reason in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Reason Modifier and Type Method Description static ReasonReason. fromString(String value)Parses a serialized value to a Reason instance.ReasonCheckNameAvailabilityResult. reason()Get the reason value.static ReasonReason. valueOf(String name)Returns the enum constant of this type with the specified name.static Reason[]Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-