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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java