共用方式為


ResourceProviderOperation Class

Definition

Supported operation of this resource provider.

public class ResourceProviderOperation
type ResourceProviderOperation = class
Public Class ResourceProviderOperation
Inheritance
ResourceProviderOperation

Constructors

ResourceProviderOperation()

Initializes a new instance of the ResourceProviderOperation class.

ResourceProviderOperation(String, ResourceProviderOperationDisplay, Nullable<Boolean>, String)

Initializes a new instance of the ResourceProviderOperation class.

Properties

Display

Gets or sets display metadata associated with the operation.

IsDataAction

Gets the flag that indicates whether the operation applies to data plane.

Name

Gets or sets operation name, in format of {provider}/{resource}/{operation}

Origin

Gets origin of the operation

Applies to