Freigeben über


MarketplaceAgreementTermCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MarketplaceAgreementTermResource Vorgänge darstellt. Jedes MarketplaceAgreementTermResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um einen MarketplaceAgreementTermCollection instance rufen Sie die GetMarketplaceAgreementTerms-Methode aus einer instance von aufSubscriptionResource.

public class MarketplaceAgreementTermCollection : Azure.ResourceManager.ArmCollection
type MarketplaceAgreementTermCollection = class
    inherit ArmCollection
Public Class MarketplaceAgreementTermCollection
Inherits ArmCollection
Vererbung
MarketplaceAgreementTermCollection

Konstruktoren

MarketplaceAgreementTermCollection()

Initialisiert eine neue instance der -Klasse für die MarketplaceAgreementTermCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, AgreementOfferType, String, String, String, MarketplaceAgreementTermData, CancellationToken)

Speichern Sie Marketplace-Begriffe.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Create
CreateOrUpdateAsync(WaitUntil, AgreementOfferType, String, String, String, MarketplaceAgreementTermData, CancellationToken)

Speichern Sie Marketplace-Begriffe.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Create
Exists(AgreementOfferType, String, String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Get
ExistsAsync(AgreementOfferType, String, String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Get
Get(AgreementOfferType, String, String, String, CancellationToken)

Rufen Sie Marketplace-Begriffe ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Get
GetAsync(AgreementOfferType, String, String, String, CancellationToken)

Rufen Sie Marketplace-Begriffe ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgangs-IdMarketplaceAgreements_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: