你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetManagedDiskParameters Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetManagedDiskParameters
- com.
public class VirtualMachineScaleSetManagedDiskParameters
Describes the parameters of a ScaleSet managed disk.
Method Summary
Modifier and Type | Method and Description |
---|---|
Storage |
storageAccountType()
Get the storageAccountType value. |
Virtual |
withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value. |
Method Details
storageAccountType
public StorageAccountTypes storageAccountType()
Get the storageAccountType value.
Returns:
the storageAccountType value
withStorageAccountType
public VirtualMachineScaleSetManagedDiskParameters withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
Parameters:
storageAccountType
- the storageAccountType value to set
Returns:
the VirtualMachineScaleSetManagedDiskParameters object itself.