OperationDisplay Class

Operation display payload.

Inheritance
azure.mgmt.healthbot._serialization.Model
OperationDisplay

Constructor

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

Keyword-Only Parameters

Name Description
provider
str

Resource provider of the operation.

resource
str

Resource of the operation.

operation
str

Localized friendly name for the operation.

description
str

Localized friendly description for the operation.

Variables

Name Description
provider
str

Resource provider of the operation.

resource
str

Resource of the operation.

operation
str

Localized friendly name for the operation.

description
str

Localized friendly description for the operation.