IWithManagedDiskOptionals.WithOSDiskStorageAccountType Method

Definition

Specifies the storage account type for managed OS disk.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithManagedCreate WithOSDiskStorageAccountType (Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes accountType);
abstract member WithOSDiskStorageAccountType : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithManagedCreate
Public Function WithOSDiskStorageAccountType (accountType As StorageAccountTypes) As IWithManagedCreate

Parameters

accountType
StorageAccountTypes

The storage account type.

Returns

Applies to