OperationDisplay Class
The object that describes the operation.
- Inheritance
-
azure.mgmt.batch._serialization.ModelOperationDisplay
Constructor
OperationDisplay(*, provider: str | None = None, operation: str | None = None, resource: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
provider
|
Friendly name of the resource provider. |
operation
|
For example: read, write, delete, or listKeys/action. |
resource
|
The resource type on which the operation is performed. |
description
|
The friendly name of the operation. |
Variables
Name | Description |
---|---|
provider
|
Friendly name of the resource provider. |
operation
|
For example: read, write, delete, or listKeys/action. |
resource
|
The resource type on which the operation is performed. |
description
|
The friendly name of the operation. |
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