OperationDisplayDefinition Class
The display information for a container registry operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelOperationDisplayDefinition
Constructor
OperationDisplayDefinition(*, provider: str | None = None, resource: str | None = None, operation: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python