Share via


OperationDetail Class

Definition

The detail about an operation.

public class OperationDetail
type OperationDetail = class
Public Class OperationDetail
Inheritance
OperationDetail

Constructors

OperationDetail()

Initializes a new instance of the OperationDetail class.

OperationDetail(String, String, String, String)

Initializes a new instance of the OperationDetail class.

Properties

Description

Gets or sets the description of the operation.

Operation

Gets or sets the name of the operation.

Provider

Gets or sets the name of the provider that supports the operation.

Resource

Gets or sets the resource type on which this operation can be performed.

Applies to