IWithManagedCreate.WithDataDiskDefaultStorageAccountType Method

Definition

Specifies the default caching type for managed data disks.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate WithDataDiskDefaultStorageAccountType (Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType);
abstract member WithDataDiskDefaultStorageAccountType : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate
Public Function WithDataDiskDefaultStorageAccountType (storageAccountType As StorageAccountTypes) As IWithManagedCreate

Parameters

storageAccountType
StorageAccountTypes

A storage account type.

Returns

Applies to