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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python