BillingBenefitsSavingsPlanOrderResource.GetBillingBenefitsSavingsPlan Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtenha o plano de economia.
- Caminho da Solicitação/provedores/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
- Operação IdSavingsPlan_Get
public virtual Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource> GetBillingBenefitsSavingsPlan (string savingsPlanId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingBenefitsSavingsPlan : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
override this.GetBillingBenefitsSavingsPlan : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
Public Overridable Function GetBillingBenefitsSavingsPlan (savingsPlanId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingBenefitsSavingsPlanResource)
Parâmetros
- savingsPlanId
- String
ID do plano de economia.
- expand
- String
Pode ser usado para expandir as informações detalhadas de algumas propriedades.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
savingsPlanId
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
savingsPlanId
é nulo.