SavingsPlans interface
Interfejs reprezentujący plan oszczędnościowy.
Metody
Szczegóły metody
beginUpdateByBillingAccount(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)
Zaktualizuj plan oszczędności według konta rozliczeniowego.
function beginUpdateByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- savingsPlanOrderId
-
string
Identyfikator zamówienia planu oszczędnościowego
- savingsPlanId
-
string
Identyfikator planu oszczędnościowego
Treść żądania dotycząca stosowania poprawek aliasu zamówienia planu oszczędności
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>>
beginUpdateByBillingAccountAndWait(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)
Zaktualizuj plan oszczędności według konta rozliczeniowego.
function beginUpdateByBillingAccountAndWait(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams): Promise<SavingsPlanModel>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- savingsPlanOrderId
-
string
Identyfikator zamówienia planu oszczędnościowego
- savingsPlanId
-
string
Identyfikator planu oszczędnościowego
Treść żądania dotycząca stosowania poprawek aliasu zamówienia planu oszczędności
Parametry opcji.
Zwraca
Promise<SavingsPlanModel>
getByBillingAccount(string, string, string, SavingsPlansGetByBillingAccountOptionalParams)
Uzyskaj plan oszczędności według konta rozliczeniowego.
function getByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, options?: SavingsPlansGetByBillingAccountOptionalParams): Promise<SavingsPlanModel>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- savingsPlanOrderId
-
string
Identyfikator zamówienia planu oszczędnościowego
- savingsPlanId
-
string
Identyfikator planu oszczędnościowego
Parametry opcji.
Zwraca
Promise<SavingsPlanModel>
listByBillingAccount(string, SavingsPlansListByBillingAccountOptionalParams)
Wyświetlanie listy planów oszczędnościowych według konta rozliczeniowego.
function listByBillingAccount(billingAccountName: string, options?: SavingsPlansListByBillingAccountOptionalParams): PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
Parametry opcji.
Zwraca
listBySavingsPlanOrder(string, string, SavingsPlansListBySavingsPlanOrderOptionalParams)
Wyświetlanie listy planów oszczędnościowych w kolejności według konta rozliczeniowego.
function listBySavingsPlanOrder(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlansListBySavingsPlanOrderOptionalParams): PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- savingsPlanOrderId
-
string
Identyfikator zamówienia planu oszczędnościowego
Parametry opcji.
Zwraca
validateUpdateByBillingAccount(string, string, string, SavingsPlanUpdateValidateRequest, SavingsPlansValidateUpdateByBillingAccountOptionalParams)
Zweryfikuj poprawkę planu oszczędnościowego według konta rozliczeniowego.
function validateUpdateByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateValidateRequest, options?: SavingsPlansValidateUpdateByBillingAccountOptionalParams): Promise<SavingsPlanValidateResponse>
Parametry
- billingAccountName
-
string
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- savingsPlanOrderId
-
string
Identyfikator zamówienia planu oszczędnościowego
- savingsPlanId
-
string
Identyfikator planu oszczędnościowego
Treść żądania dotycząca stosowania poprawek aliasu zamówienia planu oszczędności
Parametry opcji.
Zwraca
Promise<SavingsPlanValidateResponse>