ManagedDiskParametersInner Constructors

Definition

Overloads

ManagedDiskParametersInner()

Initializes a new instance of the ManagedDiskParametersInner class.

ManagedDiskParametersInner(String, StorageAccountTypes, SubResource)

Initializes a new instance of the ManagedDiskParametersInner class.

ManagedDiskParametersInner()

Initializes a new instance of the ManagedDiskParametersInner class.

public ManagedDiskParametersInner ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

ManagedDiskParametersInner(String, StorageAccountTypes, SubResource)

Initializes a new instance of the ManagedDiskParametersInner class.

public ManagedDiskParametersInner (string id = default, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource diskEncryptionSet = default);

Parameters

id
String
storageAccountType
StorageAccountTypes

Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'

diskEncryptionSet
SubResource

Specifies the customer managed disk encryption set resource id for the managed disk.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy