次の方法で共有


OperationDefinition Class

The definition of a container registry operation.

Inheritance
azure.mgmt.containerregistry._serialization.Model
OperationDefinition

Constructor

OperationDefinition(*, origin: str | None = None, name: str | None = None, display: _models.OperationDisplayDefinition | None = None, is_data_action: bool | None = None, service_specification: _models.OperationServiceSpecificationDefinition | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
origin
str

The origin information of the container registry operation.

name
str

Operation name: {provider}/{resource}/{operation}.

display

The display 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.

service_specification

The definition of Azure Monitoring service.

Variables

Name Description
origin
str

The origin information of the container registry operation.

name
str

Operation name: {provider}/{resource}/{operation}.

display

The display 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.

service_specification

The definition of Azure Monitoring service.