Share via


VirtualMachineUpdate Constructors

Definition

Overloads

VirtualMachineUpdate()
VirtualMachineUpdate(IDictionary<String,String>, Plan, HardwareProfile, StorageProfile, OSProfile, NetworkProfile, DiagnosticsProfile, SubResource, String, VirtualMachineInstanceView, String, String, VirtualMachineIdentity, IList<String>)

VirtualMachineUpdate()

public VirtualMachineUpdate ();
Public Sub New ()

Applies to

VirtualMachineUpdate(IDictionary<String,String>, Plan, HardwareProfile, StorageProfile, OSProfile, NetworkProfile, DiagnosticsProfile, SubResource, String, VirtualMachineInstanceView, String, String, VirtualMachineIdentity, IList<String>)

public VirtualMachineUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan plan = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.HardwareProfile hardwareProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.StorageProfile storageProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSProfile osProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile diagnosticsProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource availabilitySet = default, string provisioningState = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineInstanceView instanceView = default, string licenseType = default, string vmId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity identity = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.HardwareProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.StorageProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineInstanceView * string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As Plan = Nothing, Optional hardwareProfile As HardwareProfile = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional osProfile As OSProfile = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional diagnosticsProfile As DiagnosticsProfile = Nothing, Optional availabilitySet As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional instanceView As VirtualMachineInstanceView = Nothing, Optional licenseType As String = Nothing, Optional vmId As String = Nothing, Optional identity As VirtualMachineIdentity = Nothing, Optional zones As IList(Of String) = Nothing)

Parameters

plan
Plan
hardwareProfile
HardwareProfile
storageProfile
StorageProfile
osProfile
OSProfile
networkProfile
NetworkProfile
diagnosticsProfile
DiagnosticsProfile
availabilitySet
SubResource
provisioningState
String
licenseType
String
vmId
String
zones
IList<String>

Applies to