OperationDisplay Class

Display metadata associated with the operation.

All required parameters must be populated in order to send to Azure.

Inheritance
OperationDisplay

Constructor

OperationDisplay(*, provider: str, resource: str, operation: str, description: str, **kwargs)

Parameters

provider
str
Required

Required. The localized friendly form of the resource provider name.

resource
str
Required

Required. The localized friendly form of the resource type related to this action/operation.

operation
str
Required

Required. The localized friendly name for the operation.

description
str
Required

Required. The localized friendly description for the operation.