public class VirtualMachineScaleSetManagedDiskParameters extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetManagedDiskParameters() |
| Modifier and Type | Method and Description |
|---|---|
DiskEncryptionSetParameters |
diskEncryptionSet()
Get specifies the customer managed disk encryption set resource id for the managed disk.
|
StorageAccountTypes |
storageAccountType()
Get specifies the storage account type for the managed disk.
|
VirtualMachineScaleSetManagedDiskParameters |
withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)
Set specifies the customer managed disk encryption set resource id for the managed disk.
|
VirtualMachineScaleSetManagedDiskParameters |
withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
public VirtualMachineScaleSetManagedDiskParameters()
public StorageAccountTypes storageAccountType()
public VirtualMachineScaleSetManagedDiskParameters withStorageAccountType(StorageAccountTypes storageAccountType)
storageAccountType - the storageAccountType value to setpublic DiskEncryptionSetParameters diskEncryptionSet()
public VirtualMachineScaleSetManagedDiskParameters withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)
diskEncryptionSet - the diskEncryptionSet value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/