OperationDisplay Class

The display information of the operation.

Inheritance
azure.mgmt.containerinstance._serialization.Model
OperationDisplay

Constructor

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

Keyword-Only Parameters

Name Description
provider
str

The name of the provider of the operation.

resource
str

The name of the resource type of the operation.

operation
str

The friendly name of the operation.

description
str

The description of the operation.

Variables

Name Description
provider
str

The name of the provider of the operation.

resource
str

The name of the resource type of the operation.

operation
str

The friendly name of the operation.

description
str

The description of the operation.