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
  • Default Api Version: 2021-01-01
  • Resource: MarketplaceAgreementResource
<item>MockingTo mock this method, please mock GetMarketplaceAgreement(String, String, String, CancellationToken) instead.</item>
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
  • Default Api Version: 2021-01-01
  • Resource: MarketplaceAgreementResource
<item>MockingTo mock this method, please mock GetMarketplaceAgreementAsync(String, String, String, CancellationToken) instead.</item>
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. <item>MockingTo mock this method, please mock GetMarketplaceAgreementResource(ResourceIdentifier) instead.</item>

GetMarketplaceAgreements(SubscriptionResource)

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

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
  • Default Api Version: 2021-01-01
  • Resource: MarketplaceAgreementTermResource
<item>MockingTo mock this method, please mock GetMarketplaceAgreementTerm(AgreementOfferType, String, String, String, CancellationToken) instead.</item>
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
  • Default Api Version: 2021-01-01
  • Resource: MarketplaceAgreementTermResource
<item>MockingTo mock this method, please mock GetMarketplaceAgreementTermAsync(AgreementOfferType, String, String, String, CancellationToken) instead.</item>
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. <item>MockingTo mock this method, please mock GetMarketplaceAgreementTermResource(ResourceIdentifier) instead.</item>

GetMarketplaceAgreementTerms(SubscriptionResource)

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

Applies to