Partager via


BillingBenefitsSavingsPlanCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

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

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 à