Interface MarketplaceAgreements


  • public interface MarketplaceAgreements
    Resource collection API of MarketplaceAgreements.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<ConfluentAgreementResource> list()
        List Confluent marketplace agreements in the subscription.
        Returns:
        response of a list operation.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<ConfluentAgreementResource> list​(com.azure.core.util.Context context)
        List Confluent marketplace agreements in the subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        response of a list operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • create

        ConfluentAgreementResource create()
        Create Confluent Marketplace agreement in the subscription.
        Returns:
        agreement Terms definition.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • createWithResponse

        com.azure.core.http.rest.Response<ConfluentAgreementResource> createWithResponse​(ConfluentAgreementResourceInner body,
                                                                                         com.azure.core.util.Context context)
        Create Confluent Marketplace agreement in the subscription.
        Parameters:
        body - Confluent Marketplace Agreement resource.
        context - The context to associate with this operation.
        Returns:
        agreement Terms definition.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.