ImageDisk 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 a image disk.
public class ImageDisk
type ImageDisk = class
Public Class ImageDisk
- Inheritance
-
ImageDisk
- Derived
Constructors
ImageDisk() |
Initializes a new instance of the ImageDisk class. |
ImageDisk(SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, StorageAccountTypes, SubResource) |
Initializes a new instance of the ImageDisk class. |
Properties
BlobUri |
Gets or sets the Virtual Hard Disk. |
Caching |
Gets or sets specifies the caching requirements. <br><br> Possible values are: <br><br> None <br><br> ReadOnly <br><br> ReadWrite <br><br> Default: None for Standard storage. ReadOnly for Premium storage. Possible values include: 'None', 'ReadOnly', 'ReadWrite' |
DiskEncryptionSet |
Gets or sets specifies the customer managed disk encryption set resource id for the managed image disk. |
DiskSizeGB |
Gets or sets specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image. <br><br> This value cannot be larger than 1023 GB |
ManagedDisk |
Gets or sets the managedDisk. |
Snapshot |
Gets or sets the snapshot. |
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' |