ListUsagesResult Class
ListUsagesResult.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelListUsagesResult
Constructor
ListUsagesResult(*, value: List[_models.Usage] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of compute resource usages. |
next_link
|
The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. |
Variables
Name | Description |
---|---|
value
|
The list of compute resource usages. |
next_link
|
The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. |
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