ApiOperationAnnotation Class
The Api Operation Annotation.
- Inheritance
-
msrest.serialization.ModelApiOperationAnnotation
Constructor
ApiOperationAnnotation(*, status: str | StatusAnnotation | None = None, family: str | None = None, revision: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The status annotation. Possible values include: "NotSpecified", "Preview", "Production". |
family
|
The family. |
revision
|
The revision. |
Variables
Name | Description |
---|---|
status
|
The status annotation. Possible values include: "NotSpecified", "Preview", "Production". |
family
|
The family. |
revision
|
The revision. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python