ApiManagementProductCollection.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 produtos na instância de serviço especificada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products
- Operação IdProduct_ListByService
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource> GetAllAsync (string filter = default, int? top = default, int? skip = default, bool? expandGroups = default, string tags = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<int> * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource>
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 tags As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiManagementProductResource)
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>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>| groups | expand | | |< /br>.
Quando definida como true, a resposta contém uma matriz de grupos que têm visibilidade do produto. O padrão é falso.
- tags
- String
Produtos que fazem parte de uma marca específica.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção assíncrona de ApiManagementProductResource que pode levar várias solicitações de serviço para iterar.
Aplica-se a
Azure SDK for .NET