OperationMetadataDisplay Class

The object that describes the operations.

Inheritance
OperationMetadataDisplay

Constructor

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

Parameters

provider
str
Required

Friendly name of the resource provider.

resource
str
Required

Resource type on which the operation is performed.

operation
str
Required

Operation type: read, write, delete, listKeys/action, etc.

description
str
Required

Friendly name of the operation.