Partager via


MarketplaceAgreementCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • IdMarketplaceAgreements_GetAgreement d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string publisherId, string offerId, string planId, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (publisherId As String, offerId As String, planId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

publisherId
String

Chaîne d’identificateur de l’éditeur de l’image en cours de déploiement.

offerId
String

Chaîne d’identificateur d’offre de l’image en cours de déploiement.

planId
String

Chaîne d’identificateur de plan de l’image en cours de déploiement.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

publisherId, offerId ou planId est une chaîne vide, et était censé être non vide.

publisherId, offerId ou planId a la valeur Null.

S’applique à