Uses of Class
com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of SupportedSkuInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SupportedSkuInner>
LocationsClient.listSupportedCloudServiceSkus
(String locationName) Gets the list of Batch supported Cloud Service VM sizes available at the given location.com.azure.core.http.rest.PagedIterable<SupportedSkuInner>
LocationsClient.listSupportedCloudServiceSkus
(String locationName, Integer maxresults, String filter, com.azure.core.util.Context context) Gets the list of Batch supported Cloud Service VM sizes available at the given location.com.azure.core.http.rest.PagedIterable<SupportedSkuInner>
LocationsClient.listSupportedVirtualMachineSkus
(String locationName) Gets the list of Batch supported Virtual Machine VM sizes available at the given location.com.azure.core.http.rest.PagedIterable<SupportedSkuInner>
LocationsClient.listSupportedVirtualMachineSkus
(String locationName, Integer maxresults, String filter, com.azure.core.util.Context context) Gets the list of Batch supported Virtual Machine VM sizes available at the given location. -
Uses of SupportedSkuInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionSupportedSku.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.Modifier and TypeMethodDescriptionSupportedSkusResult.value()
Get the value property: The list of SKUs available for the Batch service in the location.Modifier and TypeMethodDescriptionSupportedSkusResult.withValue
(List<SupportedSkuInner> value) Set the value property: The list of SKUs available for the Batch service in the location.