Uses of Class
com.azure.resourcemanager.storage.models.Reason
-
Packages that use Reason Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Reason in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return Reason Modifier and Type Method Description ReasonCheckNameAvailabilityResultInner. reason()Get the reason property: Gets the reason that a storage account name could not be used. -
Uses of Reason in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Reason Modifier and Type Method Description static ReasonReason. fromString(String value)Parses a serialized value to a Reason instance.ReasonCheckNameAvailabilityResult. reason()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.
-