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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python