Class ManagedDiskParameters
The parameters of a managed disk.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ManagedDiskParameters : Microsoft.Azure.Management.Compute.Models.SubResource
Constructors
ManagedDiskParameters()
Initializes a new instance of the ManagedDiskParameters class.
Declaration
public ManagedDiskParameters ();
ManagedDiskParameters(String, String)
Initializes a new instance of the ManagedDiskParameters class.
Declaration
public ManagedDiskParameters (string id = null, string storageAccountType = null);
Parameters
|
String
id
Resource Id |
|
String
storageAccountType
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' |
Properties
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'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public string StorageAccountType { get; set; }
Property Value
|
String
|