Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withMaxDataDiskCount(Integer maxDataDiskCount)
Set the maxDataDiskCount property: The maximum number of data disks that can be attached to the virtual machine
size.
|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withMemoryInMB(Integer memoryInMB)
Set the memoryInMB property: The amount of memory, in MB, supported by the virtual machine size.
|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withName(String name)
Set the name property: The name of the virtual machine size.
|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withNumberOfCores(Integer numberOfCores)
Set the numberOfCores property: The number of cores supported by the virtual machine size.
|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withOsDiskSizeInMB(Integer osDiskSizeInMB)
Set the osDiskSizeInMB property: The OS disk size, in MB, allowed by the virtual machine size.
|
VirtualMachineSizeInner |
VirtualMachineSizeInner.withResourceDiskSizeInMB(Integer resourceDiskSizeInMB)
Set the resourceDiskSizeInMB property: The resource disk size, in MB, allowed by the virtual machine size.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.