OperationDisplayDefinition Class

The display information for a container registry operation.

Constructor

OperationDisplayDefinition(*, 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 resource provider name: Microsoft.ContainerRegistry.

Default value: None
resource
str

The resource on which the operation is performed.

Default value: None
operation
str

The operation that users can perform.

Default value: None
description
str

The description for the operation.

Default value: None

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.