Compartilhar via


MarketplaceAgreementTermCollection Classe

Definição

Uma classe que representa uma coleção de MarketplaceAgreementTermResource e suas operações. Cada MarketplaceAgreementTermResource um na coleção pertencerá à mesma instância de SubscriptionResource. Para obter uma MarketplaceAgreementTermCollection instância, chame o método GetMarketplaceAgreementTerms de uma instância do SubscriptionResource.

public class MarketplaceAgreementTermCollection : Azure.ResourceManager.ArmCollection
type MarketplaceAgreementTermCollection = class
    inherit ArmCollection
Public Class MarketplaceAgreementTermCollection
Inherits ArmCollection
Herança
MarketplaceAgreementTermCollection

Construtores

MarketplaceAgreementTermCollection()

Inicializa uma nova instância da MarketplaceAgreementTermCollection classe para simulação.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o URI base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline para esse cliente de recurso.

(Herdado de ArmCollection)

Métodos

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

Salve os termos do marketplace.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • IdMarketplaceAgreements_Create de operação
CreateOrUpdateAsync(WaitUntil, AgreementOfferType, String, String, String, MarketplaceAgreementTermData, CancellationToken)

Salve os termos do marketplace.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • IdMarketplaceAgreements_Create de operação
Exists(AgreementOfferType, String, String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operação IdMarketplaceAgreements_Get
ExistsAsync(AgreementOfferType, String, String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operação IdMarketplaceAgreements_Get
Get(AgreementOfferType, String, String, String, CancellationToken)

Obtenha os termos do marketplace.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operação IdMarketplaceAgreements_Get
GetAsync(AgreementOfferType, String, String, String, CancellationToken)

Obtenha os termos do marketplace.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Operação IdMarketplaceAgreements_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções atuais do cliente.

(Herdado de ArmCollection)

Aplica-se a