VirtualMachineImageCreateParameters Members
Represents the parameters that are used to create an operating system image.
The following tables list the members exposed by the VirtualMachineImageCreateParameters type.
Public Constructors
Name | Description | |
---|---|---|
VirtualMachineImageCreateParameters | Initializes a new instance of the VirtualMachineImageCreateParameters class. |
Top
Public Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the operating system image. | |
Eula | Gets or sets the End User License Agreement that is associated with the image. | |
IconUri | Gets or sets the URI to the icon that is displayed for the image in the Management Portal. | |
ImageFamily | Gets or sets a value that can be used to group operating system images. | |
IsPremium | Gets or sets whether the image contains software or associated services that will incur charges above the core price for the Virtual Machine. | |
Label | Gets or sets the friendly name of the image. | |
Language | Gets or sets the language of the operating system image. | |
MediaLinkUri | Gets or sets the location in storage where the VHD for the operating system image is stored. | |
Name | Gets or sets a name that is used to identify the image when creating one or more Virtual Machines. | |
OperatingSystemType | Gets or sets the type of operating system. | |
PrivacyUri | Gets or sets the URI that points to a document that contains the privacy policy related to the operating system image. | |
PublishedDate | Gets or sets the date when the operating system image was added to the image repository. | |
RecommendedVMSize | Gets or sets a VirtualMachineRoleSize value that specifies the size to use for the Virtual Machine that is created from the operating system image. | |
ShowInGui | Gets or sets whether the image should appear in the image gallery. | |
SmallIconUri | Gets or sets the URI to the small icon that is displayed when the image is presented in the Windows Azure Management Portal. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
VirtualMachineImageCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace