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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python