你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiscardRequest Class

Definition

Defines the request body for discard operation.

public class DiscardRequest
type DiscardRequest = class
Public Class DiscardRequest
Inheritance
DiscardRequest

Constructors

DiscardRequest()

Initializes a new instance of the DiscardRequest class.

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

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