MoveResource 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
MoveResource() |
Initializes a new instance of the MoveResource class. |
MoveResource(String, String, String, MoveResourceProperties, SystemData) |
Initializes a new instance of the MoveResource class. |
MoveResource()
Initializes a new instance of the MoveResource class.
public MoveResource ();
Public Sub New ()
Applies to
MoveResource(String, String, String, MoveResourceProperties, SystemData)
Initializes a new instance of the MoveResource class.
public MoveResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceProperties properties = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResource : string * string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceProperties * Microsoft.Azure.Management.Migrate.ResourceMover.Models.SystemData -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As MoveResourceProperties = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource.
- name
- String
The name of the resource
- type
- String
The type of the resource.
- properties
- MoveResourceProperties
- systemData
- SystemData
Metadata pertaining to creation and last modification of the resource.
Applies to
Azure SDK for .NET