Compartilhar via


IntelligencePacksOperationsExtensions.EnableAsync Método

Definição

Habilitar um pacote de inteligência para determinado workspace.

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

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.

intelligencePackName
String

O nome do pacote de inteligência a ser habilitado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a