OrchestrationContext Class
A durable function orchestration context.
- Inheritance
-
azure.functions._abc.OrchestrationContextOrchestrationContext
Constructor
OrchestrationContext(body: str | bytes)
Parameters
Name | Description |
---|---|
body
Required
|
The body of orchestration context json. |
Attributes
body
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python