Uses of Class
com.azure.resourcemanager.storage.models.ReasonCode
Packages that use ReasonCode
Package
Description
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 ReasonCodeModifier and TypeFieldDescriptionstatic final ReasonCodeReasonCode.NOT_AVAILABLE_FOR_SUBSCRIPTIONStatic value NotAvailableForSubscription for ReasonCode.static final ReasonCodeReasonCode.QUOTA_IDStatic value QuotaId for ReasonCode.Methods in com.azure.resourcemanager.storage.models that return ReasonCodeModifier and TypeMethodDescriptionstatic ReasonCodeReasonCode.fromString(String name) Creates or finds a ReasonCode from its string representation.Restriction.reasonCode()Get the reasonCode property: The reason for the restriction.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ReasonCodeModifier and TypeMethodDescriptionstatic Collection<ReasonCode>ReasonCode.values()Gets known ReasonCode values.Methods in com.azure.resourcemanager.storage.models with parameters of type ReasonCodeModifier and TypeMethodDescriptionRestriction.withReasonCode(ReasonCode reasonCode) Set the reasonCode property: The reason for the restriction.