Share via


OperationDisplayDefinition Class

The display information for a container registry operation.

Constructor

OperationDisplayDefinition(*args: Any, **kwargs: Any)

Variables

Name Description
provider
str

The resource provider name: Microsoft.ContainerRegistry.

resource
str

The resource on which the operation is performed.

operation
str

The operation that users can perform.

description
str

The description for the operation.

Attributes

description

The description for the operation.

description: str | None

operation

The operation that users can perform.

operation: str | None

provider

Microsoft.ContainerRegistry.

provider: str | None

resource

The resource on which the operation is performed.

resource: str | None