OperationDefinition Class
The definition of a container registry operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelOperationDefinition
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
|
The origin information of the container registry operation. |
name
|
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
|
The origin information of the container registry operation. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The display information for the container registry operation. |
service_specification
|
The definition of Azure Monitoring service. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python