BulkRemoveRequest Class

Definition

Defines the request body for bulk remove of move resources operation.

public class BulkRemoveRequest
type BulkRemoveRequest = class
Public Class BulkRemoveRequest
Inheritance
BulkRemoveRequest

Constructors

BulkRemoveRequest()

Initializes a new instance of the BulkRemoveRequest class.

BulkRemoveRequest(Nullable<Boolean>, IList<String>, String)

Initializes a new instance of the BulkRemoveRequest class.

Properties

MoveResourceInputType

Gets or sets possible values include: 'MoveResourceId', 'MoveResourceSourceId'

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.

ValidateOnly

Gets or sets a value indicating whether the operation needs to only run pre-requisite.

Applies to