| Modifier and Type | Method and Description |
|---|---|
ManagedDiskParameters |
OSDisk.managedDisk()
Get the managed disk parameters.
|
ManagedDiskParameters |
DataDisk.managedDisk()
Get the managed disk parameters.
|
ManagedDiskParameters |
ManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
| Modifier and Type | Method and Description |
|---|---|
OSDisk |
OSDisk.withManagedDisk(ManagedDiskParameters managedDisk)
Set the managed disk parameters.
|
DataDisk |
DataDisk.withManagedDisk(ManagedDiskParameters managedDisk)
Set the managed disk parameters.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/