GalleryScriptVersionProperties Constructors
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.
Overloads
| Name | Description |
|---|---|
| GalleryScriptVersionProperties() |
Initializes a new instance of the GalleryScriptVersionProperties class. |
| GalleryScriptVersionProperties(GalleryScriptVersionPublishingProfile, GalleryScriptVersionSafetyProfile, String, ReplicationStatus) |
Initializes a new instance of the GalleryScriptVersionProperties class. |
GalleryScriptVersionProperties()
Initializes a new instance of the GalleryScriptVersionProperties class.
public GalleryScriptVersionProperties();
Public Sub New ()
Applies to
GalleryScriptVersionProperties(GalleryScriptVersionPublishingProfile, GalleryScriptVersionSafetyProfile, String, ReplicationStatus)
Initializes a new instance of the GalleryScriptVersionProperties class.
public GalleryScriptVersionProperties(Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionPublishingProfile publishingProfile, Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionSafetyProfile safetyProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionProperties : Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionPublishingProfile * Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionSafetyProfile * string * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionProperties
Public Sub New (publishingProfile As GalleryScriptVersionPublishingProfile, Optional safetyProfile As GalleryScriptVersionSafetyProfile = Nothing, Optional provisioningState As String = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)
Parameters
- publishingProfile
- GalleryScriptVersionPublishingProfile
The publishing profile of a gallery image version.
- safetyProfile
- GalleryScriptVersionSafetyProfile
The safety profile of the Gallery Script Version.
- provisioningState
- String
The provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'
- replicationStatus
- ReplicationStatus
This is the replication status of the gallery image version.