MarketplaceAgreementTermCollection.GetAsync 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.
Obtenir les conditions de la Place de marché.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
- IdMarketplaceAgreements_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MarketplaceOrdering.MarketplaceAgreementTermResource>> GetAsync (Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType offerType, string publisherId, string offerId, string planId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MarketplaceOrdering.MarketplaceAgreementTermResource>>
override this.GetAsync : Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MarketplaceOrdering.MarketplaceAgreementTermResource>>
Public Overridable Function GetAsync (offerType As AgreementOfferType, publisherId As String, offerId As String, planId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MarketplaceAgreementTermResource))
Paramètres
- offerType
- AgreementOfferType
Type d’offre, actuellement seul le type virtualmachine est pris en charge.
- 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