Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo
-
Packages that use ResourceSkuLocationInfo Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ResourceSkuLocationInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuLocationInfo Modifier and Type Method Description ResourceSkuLocationInfoResourceSkuLocationInfo. withLocation(String location)Set the location property: Gets location of the SKU.ResourceSkuLocationInfoResourceSkuLocationInfo. withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)Set the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.ResourceSkuLocationInfoResourceSkuLocationInfo. withZones(List<String> zones)Set the zones property: Gets list of availability zones where the SKU is supported.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuLocationInfo Modifier and Type Method Description List<ResourceSkuLocationInfo>ResourceSku. locationInfo()Get the locationInfo property: Gets a list of locations and availability zones in those locations where the SKU is available.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSkuLocationInfo Modifier and Type Method Description ResourceSkuResourceSku. withLocationInfo(List<ResourceSkuLocationInfo> locationInfo)Set the locationInfo property: Gets a list of locations and availability zones in those locations where the SKU is available.
-