Freigeben über


IntelligencePacksOperationsExtensions.EnableAsync Methode

Definition

Aktiviert ein Intelligence Pack für einen bestimmten Arbeitsbereich.

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

Parameter

operations
IIntelligencePacksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs

intelligencePackName
String

Der Name des zu aktivierenden Intelligence Packs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: