Compartilhar via


IntelligencePacksOperationsExtensions.ListAsync Método

Definição

Lista todos os pacotes de inteligência possíveis e se eles estão habilitados ou desabilitados para um determinado workspace.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack>> ListAsync (this Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack>>
<Extension()>
Public Function ListAsync (operations As IIntelligencePacksOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of IntelligencePack))

Parâmetros

operations
IIntelligencePacksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a