IMarketplaceAgreementsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MarketplaceAgreementsOperations operations.
public interface IMarketplaceAgreementsOperations
type IMarketplaceAgreementsOperations = interface
Public Interface IMarketplaceAgreementsOperations
Methods
CreateWithHttpMessagesAsync(ConfluentAgreementResource, Dictionary<String,List<String>>, CancellationToken) |
Create Confluent Marketplace agreement in the subscription. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List Confluent marketplace agreements in the subscription. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
List Confluent marketplace agreements in the subscription. |
Extension Methods
Create(IMarketplaceAgreementsOperations, ConfluentAgreementResource) |
Create Confluent Marketplace agreement in the subscription. |
CreateAsync(IMarketplaceAgreementsOperations, ConfluentAgreementResource, CancellationToken) |
Create Confluent Marketplace agreement in the subscription. |
List(IMarketplaceAgreementsOperations) |
List Confluent marketplace agreements in the subscription. |
ListAsync(IMarketplaceAgreementsOperations, CancellationToken) |
List Confluent marketplace agreements in the subscription. |
ListNext(IMarketplaceAgreementsOperations, String) |
List Confluent marketplace agreements in the subscription. |
ListNextAsync(IMarketplaceAgreementsOperations, String, CancellationToken) |
List Confluent marketplace agreements in the subscription. |
Applies to
Azure SDK for .NET