| Modifier and Type | Method and Description |
|---|---|
DiskInstanceView |
DiskInstanceView.withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)
Set specifies the encryption settings for the OS Disk.
|
DiskInstanceView |
DiskInstanceView.withName(String name)
Set the disk name.
|
DiskInstanceView |
DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses)
Set the resource status information.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiskInstanceView> |
VirtualMachineInstanceView.disks()
Get the virtual machine disk information.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/