Partager via


SentinelOnboardingStates interface

Interface représentant un SentinelOnboardingStates.

Méthodes

create(string, string, string, SentinelOnboardingStatesCreateOptionalParams)

Créer un état d’intégration Sentinel

delete(string, string, string, SentinelOnboardingStatesDeleteOptionalParams)

Supprimer l’état d’intégration de Sentinel

get(string, string, string, SentinelOnboardingStatesGetOptionalParams)

Obtenir l’état d’intégration de Sentinel

list(string, string, SentinelOnboardingStatesListOptionalParams)

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. Prend en charge - valeur par défaut

options
SentinelOnboardingStatesCreateOptionalParams

Paramètres d’options.

Retours

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. Prend en charge - valeur par défaut

options
SentinelOnboardingStatesDeleteOptionalParams

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. Prend en charge - valeur par défaut

options
SentinelOnboardingStatesGetOptionalParams

Paramètres d’options.

Retours

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.

options
SentinelOnboardingStatesListOptionalParams

Paramètres d’options.

Retours