OperationDisplayDefinition Class
The display information for a container registry operation.
Constructor
OperationDisplayDefinition(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
The resource provider name: Microsoft.ContainerRegistry. |
|
resource
|
The resource on which the operation is performed. |
|
operation
|
The operation that users can perform. |
|
description
|
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