AvailableOperations Class
Available operations of the service.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAvailableOperations
Constructor
AvailableOperations(*, value: List[_models.OperationDetail] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Collection of available operation details. |
next_link
|
URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. |
Variables
Name | Description |
---|---|
value
|
Collection of available operation details. |
next_link
|
URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. |
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