MarketplaceAgreementTermCollection Class

Definition

A class representing a collection of MarketplaceAgreementTermResource and their operations. Each MarketplaceAgreementTermResource in the collection will belong to the same instance of SubscriptionResource. To get a MarketplaceAgreementTermCollection instance call the GetMarketplaceAgreementTerms method from an instance of SubscriptionResource.

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

Constructors

MarketplaceAgreementTermCollection()

Initializes a new instance of the MarketplaceAgreementTermCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

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

Save marketplace terms.

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

Save marketplace terms.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operation Id: MarketplaceAgreements_Get
Get(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
GetAsync(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
GetIfExists(AgreementOfferType, String, String, String, CancellationToken)

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to