Freigeben über


MarketplaceAgreementTermCollection.Exists Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgang IdMarketplaceAgreements_Get
public virtual Azure.Response<bool> Exists (Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType offerType, string publisherId, string offerId, string planId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType * string * string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.MarketplaceOrdering.Models.AgreementOfferType * string * string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (offerType As AgreementOfferType, publisherId As String, offerId As String, planId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameter

offerType
AgreementOfferType

Angebotstyp, derzeit wird nur der Virtuelle Maschinentyp unterstützt.

publisherId
String

Herausgeberbezeichnerzeichenfolge des bereitgestellten Images.

offerId
String

Angebotsbezeichnerzeichenfolge des bereitgestellten Images.

planId
String

Planbezeichnerzeichenfolge des bereitgestellten Images.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

publisherIdoder offerIdplanId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

publisherId, offerId oder planId ist NULL.

Gilt für: