ImageStorageProfile 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 storage profile.
public class ImageStorageProfile
type ImageStorageProfile = class
Public Class ImageStorageProfile
- Inheritance
-
ImageStorageProfile
Constructors
ImageStorageProfile() |
Initializes a new instance of the ImageStorageProfile class. |
ImageStorageProfile(ImageOSDisk, IList<ImageDataDisk>, Nullable<Boolean>) |
Initializes a new instance of the ImageStorageProfile class. |
Properties
DataDisks |
Gets or sets specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see About disks and VHDs for Azure virtual machines. |
OsDisk |
Gets or sets specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see About disks and VHDs for Azure virtual machines. |
ZoneResilient |
Gets or sets specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET