AgreementsClient Interface
public interface AgreementsClient
An instance of this class provides access to all the operations defined in AgreementsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Agreement |
get(String billingAccountName, String agreementName)
Gets an agreement by ID. |
|
abstract
Response<Agreement |
getWithResponse(String billingAccountName, String agreementName, Context context)
Gets an agreement by ID. |
|
abstract
Paged |
listByBillingAccount(String billingAccountName)
Lists the agreements for a billing account. |
|
abstract
Paged |
listByBillingAccount(String billingAccountName, String expand, Context context)
Lists the agreements for a billing account. |
Method Details
get
public abstract AgreementInner get(String billingAccountName, String agreementName)
Gets an agreement by ID.
Parameters:
Returns:
getWithResponse
public abstract Response<AgreementInner> getWithResponse(String billingAccountName, String agreementName, Context context)
Gets an agreement by ID.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<AgreementInner> listByBillingAccount(String billingAccountName)
Lists the agreements for a billing account.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<AgreementInner> listByBillingAccount(String billingAccountName, String expand, Context context)
Lists the agreements for a billing account.
Parameters:
Returns: