SavingsPlanModelListResult Class
List of savings plans.
- Inheritance
-
azure.mgmt.billing.models._models_py3.SavingsPlanModelListSavingsPlanModelListResult
Constructor
SavingsPlanModelListResult(*, value: List[_models.SavingsPlanModel] | None = None, next_link: str | None = None, summary: _models.SavingsPlanSummaryCount | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
|
next_link
|
Url to get the next page. |
summary
|
The roll out count summary of the savings plans. |
Variables
Name | Description |
---|---|
value
|
|
next_link
|
Url to get the next page. |
summary
|
The roll out count summary of the savings plans. |
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