OperationDisplay Class

The object that represents the operation.

Inheritance
OperationDisplay

Constructor

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

Parameters

provider
str
Required

Service provider, i.e., Microsoft.Datadog.

resource
str
Required

Type on which the operation is performed, e.g., 'monitors'.

operation
str
Required

Operation type, e.g., read, write, delete, etc.

description
str
Required

Description of the operation, e.g., 'Write monitors'.