Partager via


BillingBenefitsSavingsPlanOrderResource.GetBillingBenefitsSavingsPlanAsync Méthode

Définition

Obtenez un plan d’économies.

  • Chemin/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>> GetBillingBenefitsSavingsPlanAsync (string savingsPlanId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingBenefitsSavingsPlanAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>>
override this.GetBillingBenefitsSavingsPlanAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>>
Public Overridable Function GetBillingBenefitsSavingsPlanAsync (savingsPlanId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingBenefitsSavingsPlanResource))

Paramètres

savingsPlanId
String

ID du plan d’économies.

expand
String

Peut être utilisé pour développer les informations détaillées de certaines propriétés.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

savingsPlanId est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

savingsPlanId a la valeur null.

S’applique à