Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictions
-
Packages that use ResourceSkuRestrictions Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ResourceSkuRestrictions in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuRestrictions Modifier and Type Method Description ResourceSkuRestrictionsResourceSkuRestrictions. withReasonCode(ResourceSkuRestrictionsReasonCode reasonCode)Set the reasonCode property: Gets the reason for restriction.ResourceSkuRestrictionsResourceSkuRestrictions. withRestrictionInfo(ResourceSkuRestrictionInfo restrictionInfo)Set the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.ResourceSkuRestrictionsResourceSkuRestrictions. withType(ResourceSkuRestrictionsType type)Set the type property: Gets the type of restrictions.ResourceSkuRestrictionsResourceSkuRestrictions. withValues(List<String> values)Set the values property: Gets the value of restrictions.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuRestrictions Modifier and Type Method Description List<ResourceSkuRestrictions>ResourceSku. restrictions()Get the restrictions property: Gets the restrictions because of which SKU cannot be used.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSkuRestrictions Modifier and Type Method Description ResourceSkuResourceSku. withRestrictions(List<ResourceSkuRestrictions> restrictions)Set the restrictions property: Gets the restrictions because of which SKU cannot be used.
-