Partager via


IntelligencePacksOperationsExtensions.EnableAsync Méthode

Définition

Active un Intelligence Pack pour un espace de travail donné.

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

Paramètres

operations
IIntelligencePacksOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

intelligencePackName
String

Nom du pack d’informations à activer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à