Partager via


IntelligencePacksOperationsExtensions.DisableAsync Méthode

Définition

Désactive un Intelligence Pack pour un espace de travail donné.

public static System.Threading.Tasks.Task DisableAsync (this Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations operations, string resourceGroupName, string workspaceName, string intelligencePackName, System.Threading.CancellationToken cancellationToken = default);
static member DisableAsync : Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DisableAsync (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’intelligence à désactiver.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à