ApiManagementUserCollection.GetAllAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista uma coleção de usuários registrados na instância de serviço especificada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users
- IdUser_ListByService de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementUserResource> GetAllAsync (string filter = default, int? top = default, int? skip = default, bool? expandGroups = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementUserResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementUserResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional expandGroups As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiManagementUserResource)
Parâmetros
- filter
- String
| Campo | Uso | Operadores com suporte | Funções com suporte |< /br>|-------------|-------------|-------------|-------------|< /br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| firstName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| lastName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| email | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>| registrationDate | filter | ge, le, eq, ne, gt, lt | |< /br>| observação | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| groups | expand | | | |< /br>.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção assíncrona de ApiManagementUserResource que pode levar várias solicitações de serviço para iterar.
Aplica-se a
Azure SDK for .NET