Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo
Packages that use ResourceSkuLocationInfo
Package
Description
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 ResourceSkuLocationInfoModifier and TypeMethodDescriptionResourceSkuLocationInfo.withLocation(String location) Set the location property: Gets location of the SKU.ResourceSkuLocationInfo.withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails) Set the zoneDetails property: Gets details of capabilities available to a SKU in specific 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 ResourceSkuLocationInfoModifier and TypeMethodDescriptionResourceSku.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 ResourceSkuLocationInfoModifier and TypeMethodDescriptionResourceSku.withLocationInfo(List<ResourceSkuLocationInfo> locationInfo) Set the locationInfo property: Gets a list of locations and availability zones in those locations where the SKU is available.