IntelligencePacksOperationsExtensions.ListAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Enumera todos los paquetes de inteligencia posibles y si están habilitados o deshabilitados para un área de trabajo determinada.
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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- workspaceName
- String
El nombre del área de trabajo.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET