public class ManagedDiskParameters
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ManagedDiskParameters() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccountTypes |
storageAccountType()
Get specifies the storage account type for the managed disk.
|
ManagedDiskParameters |
withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
public StorageAccountTypes storageAccountType()
public ManagedDiskParameters withStorageAccountType(StorageAccountTypes storageAccountType)
storageAccountType - the storageAccountType 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.
*/