Partilhar via


ApiIssueCollection.GetAllAsync Método

Definição

Lista todos os problemas associados à API especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/issues
  • IdApiIssue_ListByService de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiIssueResource> GetAllAsync (string filter = default, bool? expandCommentsAttachments = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<bool> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiIssueResource>
override this.GetAllAsync : string * Nullable<bool> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiIssueResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional expandCommentsAttachments As Nullable(Of Boolean) = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiIssueResource)

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>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>.

expandCommentsAttachments
Nullable<Boolean>

Expanda os anexos de comentário.

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

Aplica-se a