SentinelOnboardingStates interface
Interface représentant un SentinelOnboardingStates.
Méthodes
| create(string, string, string, Sentinel |
Créer un état d’intégration Sentinel |
| delete(string, string, string, Sentinel |
Supprimer l’état d’intégration de Sentinel |
| get(string, string, string, Sentinel |
Obtenir l’état d’intégration de Sentinel |
| list(string, string, Sentinel |
Obtient tous les états d’intégration sentinel |
Détails de la méthode
create(string, string, string, SentinelOnboardingStatesCreateOptionalParams)
Créer un état d’intégration Sentinel
function create(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesCreateOptionalParams): Promise<SentinelOnboardingState>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- sentinelOnboardingStateName
-
string
Nom de l’état d’intégration Sentinel. Prise en charge - par défaut
Paramètres d’options.
Retours
Promise<SentinelOnboardingState>
delete(string, string, string, SentinelOnboardingStatesDeleteOptionalParams)
Supprimer l’état d’intégration de Sentinel
function delete(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesDeleteOptionalParams): 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.
- sentinelOnboardingStateName
-
string
Nom de l’état d’intégration Sentinel. Prise en charge - par défaut
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, SentinelOnboardingStatesGetOptionalParams)
Obtenir l’état d’intégration de Sentinel
function get(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesGetOptionalParams): Promise<SentinelOnboardingState>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- sentinelOnboardingStateName
-
string
Nom de l’état d’intégration Sentinel. Prise en charge - par défaut
Paramètres d’options.
Retours
Promise<SentinelOnboardingState>
list(string, string, SentinelOnboardingStatesListOptionalParams)
Obtient tous les états d’intégration sentinel
function list(resourceGroupName: string, workspaceName: string, options?: SentinelOnboardingStatesListOptionalParams): Promise<SentinelOnboardingStatesList>
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<SentinelOnboardingStatesList>