Share via


MarketplaceAgreements Interface

public interface MarketplaceAgreements

Resource collection API of MarketplaceAgreements.

Method Summary

Modifier and Type Method and Description
abstract ConfluentAgreementResource create()

Create Confluent Marketplace agreement in the subscription.

abstract Response<ConfluentAgreementResource> createWithResponse(ConfluentAgreementResourceInner body, Context context)

Create Confluent Marketplace agreement in the subscription.

abstract PagedIterable<ConfluentAgreementResource> list()

List Confluent marketplace agreements in the subscription.

abstract PagedIterable<ConfluentAgreementResource> list(Context context)

List Confluent marketplace agreements in the subscription.

Method Details

create

public abstract ConfluentAgreementResource create()

Create Confluent Marketplace agreement in the subscription.

Returns:

agreement Terms definition.

createWithResponse

public abstract Response<ConfluentAgreementResource> createWithResponse(ConfluentAgreementResourceInner body, 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 along with Response<T>.

list

public abstract PagedIterable<ConfluentAgreementResource> list()

List Confluent marketplace agreements in the subscription.

Returns:

response of a list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ConfluentAgreementResource> list(Context context)

List Confluent marketplace agreements in the subscription.

Parameters:

context - The context to associate with this operation.

Returns:

response of a list operation as paginated response with PagedIterable<T>.

Applies to