Uses of Class
com.azure.resourcemanager.storage.models.Restriction
-
Packages that use Restriction 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 Restriction in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>SkuInformationInner. restrictions()Get the restrictions property: The restrictions because of which SKU cannot be used.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type Restriction Modifier and Type Method Description SkuInformationInnerSkuInformationInner. withRestrictions(List<Restriction> restrictions)Set the restrictions property: The restrictions because of which SKU cannot be used. -
Uses of Restriction in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Restriction Modifier and Type Method Description RestrictionRestriction. withReasonCode(ReasonCode reasonCode)Set the reasonCode property: The reason for the restriction.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>StorageSku. restrictions()
-