你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryImageVersionUpdate 构造函数

定义

重载

GalleryImageVersionUpdate()

初始化 GalleryImageVersionUpdate 类的新实例。

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

初始化 GalleryImageVersionUpdate 类的新实例。

GalleryImageVersionUpdate()

初始化 GalleryImageVersionUpdate 类的新实例。

public GalleryImageVersionUpdate ();
Public Sub New ()

适用于

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

初始化 GalleryImageVersionUpdate 类的新实例。

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)

参数

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

资源标记

provisioningState
ProvisioningState

库映像版本的当前状态。

replicationStatus
ReplicationStatus

适用于