Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionInfo
-
Packages that use ResourceSkuRestrictionInfo Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ResourceSkuRestrictionInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuRestrictionInfo Modifier and Type Method Description ResourceSkuRestrictionInfoResourceSkuRestrictions. restrictionInfo()Get the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.ResourceSkuRestrictionInfoResourceSkuRestrictionInfo. withLocations(List<String> locations)Set the locations property: Gets locations where the SKU is restricted.ResourceSkuRestrictionInfoResourceSkuRestrictionInfo. withZones(List<String> zones)Set the zones property: Gets list of availability zones where the SKU is restricted.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ResourceSkuRestrictionInfo Modifier and Type Method Description ResourceSkuRestrictionsResourceSkuRestrictions. withRestrictionInfo(ResourceSkuRestrictionInfo restrictionInfo)Set the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.
-