Partager via


SphereCatalogResource.GetDeviceInsightsAsync Méthode

Définition

Répertorie les insights d’appareil pour le catalogue.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/listDeviceInsights
  • IdCatalogs_ListDeviceInsights d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight> GetDeviceInsightsAsync (string filter = default, int? top = default, int? skip = default, int? maxpagesize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeviceInsightsAsync : string * Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>
override this.GetDeviceInsightsAsync : string * Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>
Public Overridable Function GetDeviceInsightsAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional maxpagesize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SphereDeviceInsight)

Paramètres

filter
String

Filtrez la liste des résultats à l’aide de l’expression donnée.

top
Nullable<Int32>

Nombre d’éléments de résultat à retourner.

skip
Nullable<Int32>

Nombre d’éléments de résultat à ignorer.

maxpagesize
Nullable<Int32>

Nombre maximal d’éléments de résultat par page.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de SphereDeviceInsight service pour itérer.

S’applique à