OperationDefinition Class
The definition of a container registry operation.
Constructor
OperationDefinition(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
origin
|
The origin information of the container registry operation. |
|
name
|
Operation name: {provider}/{resource}/{operation}. |
|
display
|
The display information for the container registry operation. |
|
properties
|
The properties information for the container registry operation. |
|
is_data_action
|
This property indicates if the operation is an action or a data action ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations. |
Attributes
display
The display information for the container registry operation.
display: _models.OperationDisplayDefinition | None
is_data_action
This property indicates if the operation is an action or a data action ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations.
is_data_action: bool | None
name
{provider}/{resource}/{operation}.
name: str | None
origin
The origin information of the container registry operation.
origin: str | None
properties
The properties information for the container registry operation.
properties: _models.OperationPropertiesDefinition | None