Compartilhar via


ApiManagementPortalRevisionCollection.GetAll Método

Definição

Lista as revisões do portal do desenvolvedor.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions
  • Operação IdPortalRevision_ListByService
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementPortalRevisionResource> GetAll (string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementPortalRevisionResource>
override this.GetAll : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementPortalRevisionResource>
Public Overridable Function GetAll (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 ApiManagementPortalRevisionResource)

Parâmetros

filter
String
Campo Operadores com suporte Funções suportadas

|nome | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |isCurrent | eq, ne | |

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 ApiManagementPortalRevisionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a