ImageUpdate Constructors

Definition

Overloads

ImageUpdate()

Initializes a new instance of the ImageUpdate class.

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

Initializes a new instance of the ImageUpdate class.

ImageUpdate()

Initializes a new instance of the ImageUpdate class.

public ImageUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ImageUpdate class.

public ImageUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource sourceVirtualMachine = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile storageProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes hyperVGeneration = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes -> Microsoft.Azure.Management.Compute.Fluent.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, Optional hyperVGeneration As HyperVGenerationTypes = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags

sourceVirtualMachine
SubResource

The source virtual machine from which Image is created.

storageProfile
ImageStorageProfile

Specifies the storage settings for the virtual machine disks.

provisioningState
String

The provisioning state.

hyperVGeneration
HyperVGenerationTypes

Gets the HyperVGenerationType of the VirtualMachine created from the image. Possible values include: 'V1', 'V2'

Applies to