Uses of Class
com.microsoft.azure.management.storage.ReasonCode
Packages that use ReasonCode
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ReasonCode in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as ReasonCodeModifier and TypeFieldDescriptionstatic final ReasonCode
ReasonCode.NOT_AVAILABLE_FOR_SUBSCRIPTION
Static value NotAvailableForSubscription for ReasonCode.static final ReasonCode
ReasonCode.QUOTA_ID
Static value QuotaId for ReasonCode.Methods in com.microsoft.azure.management.storage that return ReasonCodeModifier and TypeMethodDescriptionstatic ReasonCode
ReasonCode.fromString
(String name) Creates or finds a ReasonCode from its string representation.Restriction.reasonCode()
Get the reason for the restriction.Methods in com.microsoft.azure.management.storage that return types with arguments of type ReasonCodeMethods in com.microsoft.azure.management.storage with parameters of type ReasonCodeModifier and TypeMethodDescriptionRestriction.withReasonCode
(ReasonCode reasonCode) Set the reason for the restriction.