GalleryImageVersionUpdate 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
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
- storageProfile
- GalleryImageVersionStorageProfile
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Resource tags
- publishingProfile
- GalleryImageVersionPublishingProfile
- provisioningState
- ProvisioningState
The current state of the gallery Image Version.
- replicationStatus
- ReplicationStatus
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET