IntelligencePacks interface
Interface représentant un IntelligencePacks.
Méthodes
disable(string, string, string, Intelligence |
Désactive un Intelligence Pack pour un espace de travail donné. |
enable(string, string, string, Intelligence |
Active un Intelligence Pack pour un espace de travail donné. |
list(string, string, Intelligence |
Répertorie tous les packs d’intelligence possibles et indique s’ils sont activés ou désactivés pour un espace de travail donné. |
Détails de la méthode
disable(string, string, string, IntelligencePacksDisableOptionalParams)
Désactive un Intelligence Pack pour un espace de travail donné.
function disable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams): Promise<void>
Paramètres
- 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.
Paramètres d’options.
Retours
Promise<void>
enable(string, string, string, IntelligencePacksEnableOptionalParams)
Active un Intelligence Pack pour un espace de travail donné.
function enable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams): Promise<void>
Paramètres
- 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.
Paramètres d’options.
Retours
Promise<void>
list(string, string, IntelligencePacksListOptionalParams)
Répertorie tous les packs d’intelligence possibles et indique s’ils sont activés ou désactivés pour un espace de travail donné.
function list(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams): Promise<IntelligencePacksListResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
Paramètres d’options.
Retours
Promise<IntelligencePacksListResponse>