GalleryScriptProperties 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 the properties of a gallery script definition.
public class GalleryScriptProperties
type GalleryScriptProperties = class
Public Class GalleryScriptProperties
- Inheritance
-
GalleryScriptProperties
Constructors
| Name | Description |
|---|---|
| GalleryScriptProperties() |
Initializes a new instance of the GalleryScriptProperties class. |
| GalleryScriptProperties(OperatingSystemTypes, String, String, String, String, Nullable<DateTime>, String) |
Initializes a new instance of the GalleryScriptProperties class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets or sets the description of this gallery script definition resource. This property is updatable. |
| EndOfLifeDate |
Gets or sets the end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable. |
| Eula |
Gets or sets the Eula agreement (End User License Agreement) for the gallery Script Definition. |
| PrivacyStatementUri |
Gets or sets the privacy statement uri. |
| ProvisioningState |
Gets the provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' |
| ReleaseNoteUri |
Gets or sets the release note uri. |
| SupportedOSType |
Gets or sets this property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux. Possible values include: 'Windows', 'Linux' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |