Partilhar via


SphereCatalogResource.GetDeviceInsights Método

Definição

Lista os insights do dispositivo para o catálogo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/listDeviceInsights
  • IdCatalogs_ListDeviceInsights de operação
public virtual Azure.Pageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight> GetDeviceInsights (string filter = default, int? top = default, int? skip = default, int? maxpagesize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeviceInsights : string * Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>
override this.GetDeviceInsights : string * Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>
Public Overridable Function GetDeviceInsights (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 Pageable(Of SphereDeviceInsight)

Parâmetros

filter
String

Filtre a lista de resultados usando a expressão fornecida.

top
Nullable<Int32>

O número de itens de resultado a serem retornados.

skip
Nullable<Int32>

O número de itens de resultado a serem ignoradas.

maxpagesize
Nullable<Int32>

O número máximo de itens de resultado por página.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de SphereDeviceInsight que pode levar várias solicitações de serviço para iterar.

Aplica-se a