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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python