VirtualMachineResourceSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualMachineResourceSettings() |
Initializes a new instance of the VirtualMachineResourceSettings class. |
VirtualMachineResourceSettings(String, IDictionary<String,String>, IList<String>, String, String, String) |
Initializes a new instance of the VirtualMachineResourceSettings class. |
VirtualMachineResourceSettings()
Initializes a new instance of the VirtualMachineResourceSettings class.
public VirtualMachineResourceSettings ();
Public Sub New ()
Applies to
VirtualMachineResourceSettings(String, IDictionary<String,String>, IList<String>, String, String, String)
Initializes a new instance of the VirtualMachineResourceSettings class.
public VirtualMachineResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> userManagedIdentities = default, string targetAvailabilityZone = default, string targetVmSize = default, string targetAvailabilitySetId = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.VirtualMachineResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.VirtualMachineResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional userManagedIdentities As IList(Of String) = Nothing, Optional targetAvailabilityZone As String = Nothing, Optional targetVmSize As String = Nothing, Optional targetAvailabilitySetId As String = Nothing)
Parameters
- targetResourceName
- String
Gets or sets the target Resource name.
- tags
- IDictionary<String,String>
Gets or sets the Resource tags.
- targetAvailabilityZone
- String
Gets or sets the target availability zone. Possible values include: '1', '2', '3', 'NA'
- targetVmSize
- String
Gets or sets the target virtual machine size.
- targetAvailabilitySetId
- String
Gets or sets the target availability set id for virtual machines not in an availability set at source.
Applies to
Azure SDK for .NET