Megosztás a következőn keresztül:


IResourceUsageRecordCollection.GetAsync Method

Definition

Asynchronously retrieves the subscription's resource usage records.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.AzureResourceMonthlyUsageRecord>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.AzureResourceMonthlyUsageRecord>>
Public Function GetAsync () As Task(Of ResourceCollection(Of AzureResourceMonthlyUsageRecord))

Returns

The subscription's resource usage records.

Implements

Applies to