Uses of Class
com.azure.resourcemanager.storage.models.ReasonCode
-
Packages that use ReasonCode Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ReasonCode in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ReasonCode Modifier and Type Field Description static ReasonCodeReasonCode. NOT_AVAILABLE_FOR_SUBSCRIPTIONStatic value NotAvailableForSubscription for ReasonCode.static ReasonCodeReasonCode. QUOTA_IDStatic value QuotaId for ReasonCode.Methods in com.azure.resourcemanager.storage.models that return ReasonCode Modifier and Type Method Description static ReasonCodeReasonCode. fromString(String name)Creates or finds a ReasonCode from its string representation.ReasonCodeRestriction. reasonCode()Get the reasonCode property: The reason for the restriction.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ReasonCode Modifier and Type Method Description static Collection<ReasonCode>ReasonCode. values()Methods in com.azure.resourcemanager.storage.models with parameters of type ReasonCode Modifier and Type Method Description RestrictionRestriction. withReasonCode(ReasonCode reasonCode)Set the reasonCode property: The reason for the restriction.
-