MarketplaceAgreementCollection.ExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET