DiscardRequest 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
DiscardRequest() |
Initializes a new instance of the DiscardRequest class. |
DiscardRequest(IList<String>, Nullable<Boolean>, String) |
Initializes a new instance of the DiscardRequest class. |
DiscardRequest()
Initializes a new instance of the DiscardRequest class.
public DiscardRequest ();
Public Sub New ()
Applies to
DiscardRequest(IList<String>, Nullable<Boolean>, String)
Initializes a new instance of the DiscardRequest class.
public DiscardRequest (System.Collections.Generic.IList<string> moveResources, bool? validateOnly = default, string moveResourceInputType = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.DiscardRequest : System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.DiscardRequest
Public Sub New (moveResources As IList(Of String), Optional validateOnly As Nullable(Of Boolean) = Nothing, Optional moveResourceInputType As String = Nothing)
Parameters
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.
Gets or sets a value indicating whether the operation needs to only run pre-requisite.
- moveResourceInputType
- String
Possible values include: 'MoveResourceId', 'MoveResourceSourceId'