IDevicesBatchCollection.GetAsync Method

Definition

Asynchronously retrieves all devices batches.

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

Returns

The devices batches.

Implements

Applies to