Interface MarketplaceAgreementsClient


  • public interface MarketplaceAgreementsClient
    An instance of this class provides access to all the operations defined in MarketplaceAgreementsClient.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<ConfluentAgreementResourceInner> 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<ConfluentAgreementResourceInner> 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

        ConfluentAgreementResourceInner 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<ConfluentAgreementResourceInner> 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.