GalleryImageInner 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.
Specifies information about the gallery Image Definition that you want to create or update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryImageInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryImageInner = class
inherit Resource
Public Class GalleryImageInner
Inherits Resource
- Inheritance
- Attributes
Constructors
GalleryImageInner() |
Initializes a new instance of the GalleryImageInner class. |
GalleryImageInner(String, OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, HyperVGeneration, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, ProvisioningState) |
Initializes a new instance of the GalleryImageInner class. |
Properties
Description |
Gets or sets the description of this gallery Image Definition resource. This property is updatable. |
Disallowed | |
EndOfLifeDate |
Gets or sets the end of life date of the gallery Image Definition. This property can be used for decommissioning purposes. This property is updatable. |
Eula |
Gets or sets the Eula agreement for the gallery Image Definition. |
HyperVGeneration |
Gets or sets the hypervisor generation of the Virtual Machine. Applicable to OS disks only. Possible values include: 'V1', 'V2' |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Identifier | |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
OsState |
Gets or sets this property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. Possible values include: 'Generalized', 'Specialized' |
OsType |
Gets or sets this property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. <br><br> Possible values are: <br><br> Windows <br><br> Linux. Possible values include: 'Windows', 'Linux' |
PrivacyStatementUri |
Gets or sets the privacy statement uri. |
ProvisioningState |
Gets the current state of the gallery Image Definition. |
PurchasePlan | |
Recommended | |
ReleaseNoteUri |
Gets or sets the release note uri. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET