Compartilhar via


RegistryManager.GetConfigurationsAsync Método

Definição

Sobrecargas

GetConfigurationsAsync(Int32)

Recupera o número especificado de configurações de cada partição do Hub IoT. Os resultados não são ordenados.

GetConfigurationsAsync(Int32, CancellationToken)

Recupera o número especificado de configurações de cada partição do Hub IoT. Os resultados não são ordenados.

GetConfigurationsAsync(Int32)

Recupera o número especificado de configurações de cada partição do Hub IoT. Os resultados não são ordenados.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Configuration>> GetConfigurationsAsync (int maxCount);
abstract member GetConfigurationsAsync : int -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
override this.GetConfigurationsAsync : int -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
Public Overridable Function GetConfigurationsAsync (maxCount As Integer) As Task(Of IEnumerable(Of Configuration))

Parâmetros

maxCount
Int32

Retornos

A lista de configurações.

Aplica-se a

GetConfigurationsAsync(Int32, CancellationToken)

Recupera o número especificado de configurações de cada partição do Hub IoT. Os resultados não são ordenados.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Configuration>> GetConfigurationsAsync (int maxCount, System.Threading.CancellationToken cancellationToken);
abstract member GetConfigurationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
override this.GetConfigurationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
Public Overridable Function GetConfigurationsAsync (maxCount As Integer, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of Configuration))

Parâmetros

maxCount
Int32
cancellationToken
CancellationToken

Retornos

A lista de configurações.

Aplica-se a