Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails
-
Packages that use ResourceSkuZoneDetails Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ResourceSkuZoneDetails in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuZoneDetails Modifier and Type Method Description ResourceSkuZoneDetailsResourceSkuZoneDetails. withCapabilities(List<ResourceSkuCapabilities> capabilities)Set the capabilities property: Gets a list of capabilities that are available for the SKU in the specified list of zones.ResourceSkuZoneDetailsResourceSkuZoneDetails. withName(List<String> name)Set the name property: Gets the set of zones that the SKU is available in with the specified capabilities.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuZoneDetails Modifier and Type Method Description List<ResourceSkuZoneDetails>ResourceSkuLocationInfo. zoneDetails()Get the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSkuZoneDetails Modifier and Type Method Description ResourceSkuLocationInfoResourceSkuLocationInfo. withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)Set the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.
-