Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetSkuInner
Packages that use VirtualMachineScaleSetSkuInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetSkuInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineScaleSetSkuInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetSkuInner> Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetSkuInner> VirtualMachineScaleSetsClient.listSkus(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context) Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU.com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetSkuInner> VirtualMachineScaleSetsClient.listSkusAsync(String resourceGroupName, String vmScaleSetName) Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. -
Uses of VirtualMachineScaleSetSkuInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetSkuInnerModifier and TypeClassDescriptionfinal classDescribes an available virtual machine scale set sku.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetSkuInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetSkuInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetSkuInner from the JsonReader. -
Uses of VirtualMachineScaleSetSkuInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetSkuInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetListSkusResult.value()Get the value property: The list of skus available for the virtual machine scale set.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineScaleSetSkuInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetListSkusResult.withValue(List<VirtualMachineScaleSetSkuInner> value) Set the value property: The list of skus available for the virtual machine scale set.