EventsOperationsClient Interface
public interface EventsOperationsClient
An instance of this class provides access to all the operations defined in EventsOperationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByBillingAccount(String billingAccountId)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
|
abstract
Paged |
listByBillingAccount(String billingAccountId, String filter, Context context)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
|
abstract
Paged |
listByBillingProfile(String billingAccountId, String billingProfileId, String startDate, String endDate)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
|
abstract
Paged |
listByBillingProfile(String billingAccountId, String billingProfileId, String startDate, String endDate, Context context)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
Method Details
listByBillingAccount
public abstract PagedIterable<EventSummaryInner> listByBillingAccount(String billingAccountId)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<EventSummaryInner> listByBillingAccount(String billingAccountId, String filter, Context context)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
Parameters:
Returns:
listByBillingProfile
public abstract PagedIterable<EventSummaryInner> listByBillingProfile(String billingAccountId, String billingProfileId, String startDate, String endDate)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
Parameters:
Returns:
listByBillingProfile
public abstract PagedIterable<EventSummaryInner> listByBillingProfile(String billingAccountId, String billingProfileId, String startDate, String endDate, Context context)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
Parameters:
Returns: