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

ImageUpdate Constructors

Definition

Overloads

ImageUpdate()
ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String)

ImageUpdate()

public ImageUpdate ();
Public Sub New ()

Applies to

ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String)

public ImageUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource sourceVirtualMachine = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile storageProfile = default, string provisioningState = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceVirtualMachine As SubResource = Nothing, Optional storageProfile As ImageStorageProfile = Nothing, Optional provisioningState As String = Nothing)

Parameters

sourceVirtualMachine
SubResource
storageProfile
ImageStorageProfile
provisioningState
String

Applies to