OperationDisplay Class

Display metadata associated with the operation.

Inheritance
OperationDisplay

Constructor

OperationDisplay(*, provider: typing.Union[str, NoneType] = None, resource: typing.Union[str, NoneType] = None, operation: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, **kwargs)

Parameters

provider
str

Service provider: Microsoft Network.

resource
str

Resource on which the operation is performed.

operation
str

Type of the operation: get, read, delete, etc.

description
str

Description of the operation.