Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineSizeInner
-
Packages that use VirtualMachineSizeInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineSizeInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineSizeInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>VirtualMachineSizesClient. list(String location)This API is deprecated.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>VirtualMachineSizesClient. list(String location, com.azure.core.util.Context context)This API is deprecated.com.azure.core.http.rest.PagedFlux<VirtualMachineSizeInner>VirtualMachineSizesClient. listAsync(String location)This API is deprecated.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>AvailabilitySetsClient. listAvailableSizes(String resourceGroupName, String availabilitySetName)Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>AvailabilitySetsClient. listAvailableSizes(String resourceGroupName, String availabilitySetName, com.azure.core.util.Context context)Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>VirtualMachinesClient. listAvailableSizes(String resourceGroupName, String vmName)Lists all available virtual machine sizes to which the specified virtual machine can be resized.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner>VirtualMachinesClient. listAvailableSizes(String resourceGroupName, String vmName, com.azure.core.util.Context context)Lists all available virtual machine sizes to which the specified virtual machine can be resized.com.azure.core.http.rest.PagedFlux<VirtualMachineSizeInner>AvailabilitySetsClient. listAvailableSizesAsync(String resourceGroupName, String availabilitySetName)Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set.com.azure.core.http.rest.PagedFlux<VirtualMachineSizeInner>VirtualMachinesClient. listAvailableSizesAsync(String resourceGroupName, String vmName)Lists all available virtual machine sizes to which the specified virtual machine can be resized. -
Uses of VirtualMachineSizeInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineSizeInner Modifier and Type Method Description VirtualMachineSizeInnerVirtualMachineSizeInner. withMaxDataDiskCount(Integer maxDataDiskCount)Set the maxDataDiskCount property: The maximum number of data disks that can be attached to the virtual machine size.VirtualMachineSizeInnerVirtualMachineSizeInner. withMemoryInMB(Integer memoryInMB)Set the memoryInMB property: The amount of memory, in MB, supported by the virtual machine size.VirtualMachineSizeInnerVirtualMachineSizeInner. withName(String name)Set the name property: The name of the virtual machine size.VirtualMachineSizeInnerVirtualMachineSizeInner. withNumberOfCores(Integer numberOfCores)Set the numberOfCores property: The number of cores supported by the virtual machine size.VirtualMachineSizeInnerVirtualMachineSizeInner. withOsDiskSizeInMB(Integer osDiskSizeInMB)Set the osDiskSizeInMB property: The OS disk size, in MB, allowed by the virtual machine size.VirtualMachineSizeInnerVirtualMachineSizeInner. withResourceDiskSizeInMB(Integer resourceDiskSizeInMB)Set the resourceDiskSizeInMB property: The resource disk size, in MB, allowed by the virtual machine size. -
Uses of VirtualMachineSizeInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineSizeInner Modifier and Type Method Description List<VirtualMachineSizeInner>VirtualMachineSizeListResult. value()Get the value property: The list of virtual machine sizes.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineSizeInner Modifier and Type Method Description VirtualMachineSizeListResultVirtualMachineSizeListResult. withValue(List<VirtualMachineSizeInner> value)Set the value property: The list of virtual machine sizes.
-