MarketplaceAgreements Interface
public interface MarketplaceAgreements
Resource collection API of MarketplaceAgreements.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Confluent |
create()
Create Confluent Marketplace agreement in the subscription. |
|
abstract
Response<Confluent |
createWithResponse(ConfluentAgreementResourceInner body, Context context)
Create Confluent Marketplace agreement in the subscription. |
|
abstract
Paged |
list()
List Confluent marketplace agreements in the subscription. |
|
abstract
Paged |
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:
createWithResponse
public abstract Response<ConfluentAgreementResource> createWithResponse(ConfluentAgreementResourceInner body, Context context)
Create Confluent Marketplace agreement in the subscription.
Parameters:
Returns:
list
public abstract PagedIterable<ConfluentAgreementResource> list()
List Confluent marketplace agreements in the subscription.
Returns:
list
public abstract PagedIterable<ConfluentAgreementResource> list(Context context)
List Confluent marketplace agreements in the subscription.
Parameters:
Returns: