IWithManagedCreate.WithOSDiskStorageAccountType(StorageAccountTypes) Method

Definition

Specifies the storage account type for the managed OS disk.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.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.VirtualMachine.Definition.IWithManagedCreate
Public Function WithOSDiskStorageAccountType (accountType As StorageAccountTypes) As IWithManagedCreate

Parameters

accountType
StorageAccountTypes

Storage account type.

Returns

Applies to