Uses of Class
com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type SupportedSkuInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return SupportedSkuInnerModifier and TypeMethodDescriptionSupportedSku.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type SupportedSkuInnerModifier and TypeMethodDescriptionSupportedSkusResult.value()Get the value property: The list of SKUs available for the Batch service in the location.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type SupportedSkuInnerModifier and TypeMethodDescriptionSupportedSkusResult.withValue(List<SupportedSkuInner> value) Set the value property: The list of SKUs available for the Batch service in the location.