AvailableOperations Class
Available operations of the service.
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python