SavingsPlansOperations interface

Schnittstelle stellt die Operationen von SavingsPlans dar.

Eigenschaften

beginUpdateByBillingAccount
beginUpdateByBillingAccountAndWait
getByBillingAccount

Erhalten Sie Einen Sparplan nach Abrechnungskonto.

listByBillingAccount

Auflisten von Sparplänen nach Abrechnungskonto.

listBySavingsPlanOrder

Auflisten von Sparplänen in einer Bestellung nach Abrechnungskonto.

updateByBillingAccount

Aktualisieren Sie den Sparplan nach Abrechnungskonto.

validateUpdateByBillingAccount

Überprüfen Sie den Sparplanpatch nach Abrechnungskonto.

Details zur Eigenschaft

beginUpdateByBillingAccount

Warnung

Diese API ist nun veraltet.

use updateByBillingAccount instead

beginUpdateByBillingAccount: (billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>>

beginUpdateByBillingAccountAndWait

Warnung

Diese API ist nun veraltet.

use updateByBillingAccount instead

beginUpdateByBillingAccountAndWait: (billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => Promise<SavingsPlanModel>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => Promise<SavingsPlanModel>

getByBillingAccount

Erhalten Sie Einen Sparplan nach Abrechnungskonto.

getByBillingAccount: (billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, options?: SavingsPlansGetByBillingAccountOptionalParams) => Promise<SavingsPlanModel>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, options?: SavingsPlansGetByBillingAccountOptionalParams) => Promise<SavingsPlanModel>

listByBillingAccount

Auflisten von Sparplänen nach Abrechnungskonto.

listByBillingAccount: (billingAccountName: string, options?: SavingsPlansListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>

Eigenschaftswert

(billingAccountName: string, options?: SavingsPlansListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>

listBySavingsPlanOrder

Auflisten von Sparplänen in einer Bestellung nach Abrechnungskonto.

listBySavingsPlanOrder: (billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlansListBySavingsPlanOrderOptionalParams) => PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlansListBySavingsPlanOrderOptionalParams) => PagedAsyncIterableIterator<SavingsPlanModel, SavingsPlanModel[], PageSettings>

updateByBillingAccount

Aktualisieren Sie den Sparplan nach Abrechnungskonto.

updateByBillingAccount: (billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => PollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateRequest, options?: SavingsPlansUpdateByBillingAccountOptionalParams) => PollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>

validateUpdateByBillingAccount

Überprüfen Sie den Sparplanpatch nach Abrechnungskonto.

validateUpdateByBillingAccount: (billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateValidateRequest, options?: SavingsPlansValidateUpdateByBillingAccountOptionalParams) => Promise<SavingsPlanValidateResponse>

Eigenschaftswert

(billingAccountName: string, savingsPlanOrderId: string, savingsPlanId: string, body: SavingsPlanUpdateValidateRequest, options?: SavingsPlansValidateUpdateByBillingAccountOptionalParams) => Promise<SavingsPlanValidateResponse>