Partilhar via


ApiManagementGatewayResource.GetGatewayApisByService Método

Definição

Lista uma coleção das APIs associadas a um gateway.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/apis
  • Operação IdGatewayApi_ListByService
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.GatewayApiData> GetGatewayApisByService (string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGatewayApisByService : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.GatewayApiData>
override this.GetGatewayApisByService : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.GatewayApiData>
Public Overridable Function GetGatewayApisByService (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GatewayApiData)

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>.

top
Nullable<Int32>

Número de registros a serem retornados.

skip
Nullable<Int32>

Número de registros a serem ignorados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a