Aracılığıyla paylaş


CommitRequest Class

Definition

Defines the request body for commit operation.

public class CommitRequest
type CommitRequest = class
Public Class CommitRequest
Inheritance
CommitRequest

Constructors

CommitRequest()

Initializes a new instance of the CommitRequest class.

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

Initializes a new instance of the CommitRequest 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