Compartir a través de


SavingsPlans interface

Interfaz que representa un SavingsPlans.

Métodos

beginUpdateByBillingAccount(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)

Actualice el plan de ahorro por cuenta de facturación.

beginUpdateByBillingAccountAndWait(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)

Actualice el plan de ahorro por cuenta de facturación.

getByBillingAccount(string, string, string, SavingsPlansGetByBillingAccountOptionalParams)

Obtenga el plan de ahorro por cuenta de facturación.

listByBillingAccount(string, SavingsPlansListByBillingAccountOptionalParams)

Enumerar los planes de ahorro por cuenta de facturación.

listBySavingsPlanOrder(string, string, SavingsPlansListBySavingsPlanOrderOptionalParams)

Enumere los planes de ahorro en un pedido por cuenta de facturación.

validateUpdateByBillingAccount(string, string, string, SavingsPlanUpdateValidateRequest, SavingsPlansValidateUpdateByBillingAccountOptionalParams)

Valide la revisión del plan de ahorro por cuenta de facturación.

Detalles del método

beginUpdateByBillingAccount(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)

Actualice el plan de ahorro por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

savingsPlanOrderId

string

Id. de pedido del plan de ahorro

savingsPlanId

string

Identificador del plan de ahorro

body
SavingsPlanUpdateRequest

Cuerpo de la solicitud para aplicar revisiones a un alias de pedido de plan de ahorro

options
SavingsPlansUpdateByBillingAccountOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<SavingsPlanModel>, SavingsPlanModel>>

beginUpdateByBillingAccountAndWait(string, string, string, SavingsPlanUpdateRequest, SavingsPlansUpdateByBillingAccountOptionalParams)

Actualice el plan de ahorro por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

savingsPlanOrderId

string

Id. de pedido del plan de ahorro

savingsPlanId

string

Identificador del plan de ahorro

body
SavingsPlanUpdateRequest

Cuerpo de la solicitud para aplicar revisiones a un alias de pedido de plan de ahorro

options
SavingsPlansUpdateByBillingAccountOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SavingsPlanModel>

getByBillingAccount(string, string, string, SavingsPlansGetByBillingAccountOptionalParams)

Obtenga el plan de ahorro por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

savingsPlanOrderId

string

Id. de pedido del plan de ahorro

savingsPlanId

string

Identificador del plan de ahorro

options
SavingsPlansGetByBillingAccountOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SavingsPlanModel>

listByBillingAccount(string, SavingsPlansListByBillingAccountOptionalParams)

Enumerar los planes de ahorro por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

options
SavingsPlansListByBillingAccountOptionalParams

Parámetros de opciones.

Devoluciones

listBySavingsPlanOrder(string, string, SavingsPlansListBySavingsPlanOrderOptionalParams)

Enumere los planes de ahorro en un pedido por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

savingsPlanOrderId

string

Id. de pedido del plan de ahorro

options
SavingsPlansListBySavingsPlanOrderOptionalParams

Parámetros de opciones.

Devoluciones

validateUpdateByBillingAccount(string, string, string, SavingsPlanUpdateValidateRequest, SavingsPlansValidateUpdateByBillingAccountOptionalParams)

Valide la revisión del plan de ahorro por cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

savingsPlanOrderId

string

Id. de pedido del plan de ahorro

savingsPlanId

string

Identificador del plan de ahorro

body
SavingsPlanUpdateValidateRequest

Cuerpo de la solicitud para aplicar revisiones a un alias de pedido de plan de ahorro

Devoluciones