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