IAzureUtilizationCollection Interface

Definition

Groups behavior related to Azure subscription utilization records.

public interface IAzureUtilizationCollection : Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IAzureUtilizationCollection = interface
    interface IPartnerComponent<string * string>
Public Interface IAzureUtilizationCollection
Implements IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Query(DateTimeOffset, DateTimeOffset, AzureUtilizationGranularity, Boolean, Nullable<Int32>)

Retrieves utilization records for the Azure subscription.

QueryAsync(DateTimeOffset, DateTimeOffset, AzureUtilizationGranularity, Boolean, Nullable<Int32>)

Asynchronously retrieves utilization records for the Azure subscription.

Seek(String, SeekOperation)

Seeks pages of of utilization for resources that belong to an Azure subscription owned by a customer of the partner.

SeekAsync(String, SeekOperation)

Asynchronously seeks pages of utilization for resources that belong to an Azure subscription owned by a customer of the partner.

Applies to