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. |
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