DiscardRequest interface

Defines the request body for discard operation.

Properties

moveResourceInputType

Defines the move resource input type.

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.

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