VirtualMachineScaleSetManagedDiskParameters 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
VirtualMachineScaleSetManagedDiskParameters() |
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class. |
VirtualMachineScaleSetManagedDiskParameters(StorageAccountTypes, SubResource) |
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class. |
VirtualMachineScaleSetManagedDiskParameters()
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class.
public VirtualMachineScaleSetManagedDiskParameters ();
Public Sub New ()
Applies to
VirtualMachineScaleSetManagedDiskParameters(StorageAccountTypes, SubResource)
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class.
public VirtualMachineScaleSetManagedDiskParameters (Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetManagedDiskParameters : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetManagedDiskParameters
Public Sub New (Optional storageAccountType As StorageAccountTypes = Nothing, Optional diskEncryptionSet As SubResource = Nothing)
Parameters
- 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