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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python