GalleryScriptVersionProperties 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 version.
public class GalleryScriptVersionProperties
type GalleryScriptVersionProperties = class
Public Class GalleryScriptVersionProperties
- Inheritance
-
GalleryScriptVersionProperties
Constructors
| Name | Description |
|---|---|
| GalleryScriptVersionProperties() |
Initializes a new instance of the GalleryScriptVersionProperties class. |
| GalleryScriptVersionProperties(GalleryScriptVersionPublishingProfile, GalleryScriptVersionSafetyProfile, String, ReplicationStatus) |
Initializes a new instance of the GalleryScriptVersionProperties class. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Gets the provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' |
| PublishingProfile |
Gets or sets the publishing profile of a gallery image version. |
| ReplicationStatus |
Gets this is the replication status of the gallery image version. |
| SafetyProfile |
Gets or sets the safety profile of the Gallery Script Version. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |