Partager via


BillingBenefitsSavingsPlanCollection.GetAsync Méthode

Définition

Obtenez un plan d’économies.

  • Chemin de la demande/providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>> GetAsync (string savingsPlanId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>>
Public Overridable Function GetAsync (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 devait être non vide.

savingsPlanId a la valeur null.

S’applique à