IAzureUtilizationCollection Interface
Implements
public interface IAzureUtilizationCollection extends IPartnerComponent<Tuple<String,String>>
Groups behavior related to Azure subscription utilization records.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
query(DateTime startTime, DateTime endTime, AzureUtilizationGranularity granularity, boolean showDetails, int size)
Retrieves utilization records for the Azure subscription. |
|
abstract
Resource |
seek(String continuationToken, SeekOperation seekOperation)
Seeks pages of of utilization for resources that belong to an Azure subscription owned by a customer of the partner. |
Method Details
query
public abstract ResourceCollection
Retrieves utilization records for the Azure subscription.
Parameters:
Returns:
seek
public abstract ResourceCollection
Seeks pages of of utilization for resources that belong to an Azure subscription owned by a customer of the partner.
Parameters:
Returns: