Operation Class
Logic REST API operation.
- Inheritance
-
msrest.serialization.ModelOperation
Constructor
Operation(*, origin: str | None = None, name: str | None = None, display: OperationDisplay | None = None, properties: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
origin
|
Operation: origin. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The object that represents the operation. |
properties
|
The properties. |
Variables
Name | Description |
---|---|
origin
|
Operation: origin. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The object that represents the operation. |
properties
|
The properties. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python