VirtualMachineScaleSetManagedDiskParameters Class
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.
Describes the parameters of a ScaleSet managed disk.
public class VirtualMachineScaleSetManagedDiskParameters
type VirtualMachineScaleSetManagedDiskParameters = class
Public Class VirtualMachineScaleSetManagedDiskParameters
- Inheritance
-
VirtualMachineScaleSetManagedDiskParameters
Constructors
VirtualMachineScaleSetManagedDiskParameters() |
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class. |
VirtualMachineScaleSetManagedDiskParameters(String, DiskEncryptionSetParameters, VMDiskSecurityProfile) |
Initializes a new instance of the VirtualMachineScaleSetManagedDiskParameters class. |
Properties
DiskEncryptionSet |
Gets or sets specifies the customer managed disk encryption set resource id for the managed disk. |
SecurityProfile |
Gets or sets specifies the security profile for the managed disk. |
StorageAccountType |
Gets or sets 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', 'Premium_ZRS', 'StandardSSD_ZRS', 'PremiumV2_LRS' |
Applies to
Azure SDK for .NET