Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineSizeInner
Packages that use VirtualMachineSizeInner
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 VirtualMachineSizeInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineSizeInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner> This API is deprecated.com.azure.core.http.rest.PagedIterable<VirtualMachineSizeInner> This API is deprecated.com.azure.core.http.rest.PagedFlux<VirtualMachineSizeInner> 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 VirtualMachineSizeInnerModifier and TypeMethodDescriptionstatic VirtualMachineSizeInnerVirtualMachineSizeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineSizeInner from the JsonReader.VirtualMachineSizeInner.withMaxDataDiskCount(Integer maxDataDiskCount) Set the maxDataDiskCount property: The maximum number of data disks that can be attached to the virtual machine size.VirtualMachineSizeInner.withMemoryInMB(Integer memoryInMB) Set the memoryInMB property: The amount of memory, in MB, supported by the virtual machine size.Set the name property: The name of the virtual machine size.VirtualMachineSizeInner.withNumberOfCores(Integer numberOfCores) Set the numberOfCores property: The number of cores supported by the virtual machine size.VirtualMachineSizeInner.withOsDiskSizeInMB(Integer osDiskSizeInMB) Set the osDiskSizeInMB property: The OS disk size, in MB, allowed by the virtual machine size.VirtualMachineSizeInner.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 VirtualMachineSizeInnerModifier and TypeMethodDescriptionVirtualMachineSizeListResult.value()Get the value property: The list of virtual machine sizes.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineSizeInnerModifier and TypeMethodDescriptionVirtualMachineSizeListResult.withValue(List<VirtualMachineSizeInner> value) Set the value property: The list of virtual machine sizes.