ManagedDiskParametersInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ();
Public Sub New ()
Applies to
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);
new Microsoft.Azure.Management.Compute.Fluent.Models.ManagedDiskParametersInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.ManagedDiskParametersInner
Public Sub New (Optional id As String = Nothing, Optional storageAccountType As StorageAccountTypes = Nothing, Optional diskEncryptionSet As SubResource = Nothing)
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