GalleryImageVersionUpdate Constructors

Definition

Overloads

GalleryImageVersionUpdate()

Initializes a new instance of the GalleryImageVersionUpdate class.

GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, ProvisioningState, ReplicationStatus)

Initializes a new instance of the GalleryImageVersionUpdate class.

GalleryImageVersionUpdate()

Initializes a new instance of the GalleryImageVersionUpdate class.

public GalleryImageVersionUpdate ();
Public Sub New ()

Applies to

GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, ProvisioningState, ReplicationStatus)

Initializes a new instance of the GalleryImageVersionUpdate class.

public GalleryImageVersionUpdate (Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionStorageProfile storageProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile publishingProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionStorageProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionUpdate
Public Sub New (storageProfile As GalleryImageVersionStorageProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional publishingProfile As GalleryImageVersionPublishingProfile = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)

Parameters

id
String
name
String
type
String
tags
IDictionary<String,String>

Resource tags

provisioningState
ProvisioningState

The current state of the gallery Image Version.

replicationStatus
ReplicationStatus

Applies to