OperationDetail Class

The detail about an operation.

Inheritance
OperationDetail

Constructor

OperationDetail(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

provider
str
Required

The name of the provider that supports the operation.

resource
str
Required

The resource type on which this operation can be performed.

operation
str
Required

The name of the operation.

description
str
Required

The description of the operation.