BulkRemoveRequest Constructors
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.
BulkRemoveRequest() |
Initializes a new instance of the BulkRemoveRequest class. |
BulkRemoveRequest(Nullable<Boolean>, IList<String>, String) |
Initializes a new instance of the BulkRemoveRequest class. |
Initializes a new instance of the BulkRemoveRequest class.
public BulkRemoveRequest ();
Public Sub New ()
Applies to
Initializes a new instance of the BulkRemoveRequest class.
public BulkRemoveRequest (bool? validateOnly = default, System.Collections.Generic.IList<string> moveResources = default, string moveResourceInputType = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.BulkRemoveRequest : Nullable<bool> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.BulkRemoveRequest
Public Sub New (Optional validateOnly As Nullable(Of Boolean) = Nothing, Optional moveResources As IList(Of String) = Nothing, Optional moveResourceInputType As String = Nothing)
Parameters
Gets or sets a value indicating whether the operation needs to only run pre-requisite.
Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property.
- moveResourceInputType
- String
Possible values include: 'MoveResourceId', 'MoveResourceSourceId'
Applies to
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: