Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetSkuInner
-
Packages that use VirtualMachineScaleSetSkuInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachineScaleSetSkuInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetSkuInner>VirtualMachineScaleSetsClient. listSkus(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.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.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetSkuInner Modifier and Type Method Description List<VirtualMachineScaleSetSkuInner>VirtualMachineScaleSetListSkusResult. 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 VirtualMachineScaleSetSkuInner Modifier and Type Method Description VirtualMachineScaleSetListSkusResultVirtualMachineScaleSetListSkusResult. withValue(List<VirtualMachineScaleSetSkuInner> value)Set the value property: The list of skus available for the virtual machine scale set.
-