VirtualMachineResourceSettings Class
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.
Gets or sets the virtual machine resource settings.
[Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")]
public class VirtualMachineResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")>]
type VirtualMachineResourceSettings = class
inherit ResourceSettings
Public Class VirtualMachineResourceSettings
Inherits ResourceSettings
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
Tags |
Gets or sets the Resource tags. |
TargetAvailabilitySetId |
Gets or sets the target availability set id for virtual machines not in an availability set at source. |
TargetAvailabilityZone |
Gets or sets the target availability zone. Possible values include: '1', '2', '3', 'NA' |
TargetResourceName |
Gets or sets the target Resource name. (Inherited from ResourceSettings) |
TargetVmSize |
Gets or sets the target virtual machine size. |
UserManagedIdentities |
Gets or sets user-managed identities |