次の方法で共有


VirtualMachineScaleSetManagedDiskParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualMachineScaleSetManagedDiskParameters

public class VirtualMachineScaleSetManagedDiskParameters

Describes the parameters of a ScaleSet managed disk.

Method Summary

Modifier and Type Method and Description
StorageAccountTypes storageAccountType()

Get the storageAccountType value.

VirtualMachineScaleSetManagedDiskParameters 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.

Applies to