Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetUpdateOSDisk.managedDisk()
Get the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetOSDisk.managedDisk()
Get the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetDataDisk.managedDisk()
Get the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet(com.azure.core.management.SubResource diskEncryptionSet)
Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the
managed disk.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetDataDisk |
VirtualMachineScaleSetDataDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk property: The managed disk parameters.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.