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, 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.

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.

service_specification

The definition of Azure Monitoring service.