OperationDisplay Class

The localized display information for this particular operation or action.

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

Inheritance
azure.mgmt.workloadmonitor._serialization.Model
OperationDisplay

Constructor

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

Keyword-Only Parameters

Name Description
provider
str

Operation resource provider name. Required.

resource
str

Resource on which the operation is performed. Required.

operation
str

Human-readable, friendly name for the operation. Required.

description
str

Operation description. Required.

Variables

Name Description
provider
str

Operation resource provider name. Required.

resource
str

Resource on which the operation is performed. Required.

operation
str

Human-readable, friendly name for the operation. Required.

description
str

Operation description. Required.