Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionInfo
Packages that use ResourceSkuRestrictionInfo
Package
Description
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 ResourceSkuRestrictionInfoModifier and TypeMethodDescriptionstatic ResourceSkuRestrictionInfoResourceSkuRestrictionInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceSkuRestrictionInfo from the JsonReader.ResourceSkuRestrictions.restrictionInfo()Get the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.ResourceSkuRestrictionInfo.withLocations(List<String> locations) Set the locations property: Gets locations where the SKU is restricted.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 ResourceSkuRestrictionInfoModifier and TypeMethodDescriptionResourceSkuRestrictions.withRestrictionInfo(ResourceSkuRestrictionInfo restrictionInfo) Set the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.