BulkRemoveRequest interface
Defines the request body for bulk remove of move resources operation.
Properties
move |
Defines the move resource input type. |
move |
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. |
validate |
Gets or sets a value indicating whether the operation needs to only run pre-requisite. |
Property Details
moveResourceInputType
Defines the move resource input type.
moveResourceInputType?: string
Property Value
string
moveResources
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.
moveResources?: string[]
Property Value
string[]
validateOnly
Gets or sets a value indicating whether the operation needs to only run pre-requisite.
validateOnly?: boolean
Property Value
boolean