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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java