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