Share via


MarketplaceOrderingExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.MarketplaceOrdering.

public static class MarketplaceOrderingExtensions
type MarketplaceOrderingExtensions = class
Public Module MarketplaceOrderingExtensions
Inheritance
MarketplaceOrderingExtensions

Methods

GetMarketplaceAgreement(SubscriptionResource, String, String, String, CancellationToken)

Get marketplace agreement.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Operation Id: MarketplaceAgreements_GetAgreement
GetMarketplaceAgreementAsync(SubscriptionResource, String, String, String, CancellationToken)

Get marketplace agreement.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Operation Id: MarketplaceAgreements_GetAgreement
GetMarketplaceAgreementResource(ArmClient, ResourceIdentifier)

Gets an object representing a MarketplaceAgreementResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MarketplaceAgreementResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceAgreementResource(ResourceIdentifier) instead.

GetMarketplaceAgreements(SubscriptionResource)

Gets a collection of MarketplaceAgreementResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreements() instead.

GetMarketplaceAgreementTerm(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Get marketplace terms.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operation Id: MarketplaceAgreements_Get
GetMarketplaceAgreementTermAsync(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Get marketplace terms.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operation Id: MarketplaceAgreements_Get
GetMarketplaceAgreementTermResource(ArmClient, ResourceIdentifier)

Gets an object representing a MarketplaceAgreementTermResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AgreementOfferType, String, String, String) to create a MarketplaceAgreementTermResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceAgreementTermResource(ResourceIdentifier) instead.

GetMarketplaceAgreementTerms(SubscriptionResource)

Gets a collection of MarketplaceAgreementTermResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreementTerms() instead.

Applies to