HuntRelationsOperations interface

Interface représentant une opération HuntRelations.

Propriétés

createOrUpdate

Crée ou met à jour une relation de chasse.

delete

Supprimez une relation de chasse.

get

Obtient une relation de chasse

list

Obtient toutes les relations de chasse

Détails de la propriété

createOrUpdate

Crée ou met à jour une relation de chasse.

createOrUpdate: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, huntRelation: HuntRelation, options?: HuntRelationsCreateOrUpdateOptionalParams) => Promise<HuntRelation>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, huntRelation: HuntRelation, options?: HuntRelationsCreateOrUpdateOptionalParams) => Promise<HuntRelation>

delete

Supprimez une relation de chasse.

delete: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsDeleteOptionalParams) => Promise<void>

get

Obtient une relation de chasse

get: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsGetOptionalParams) => Promise<HuntRelation>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsGetOptionalParams) => Promise<HuntRelation>

list

Obtient toutes les relations de chasse

list: (resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntRelationsListOptionalParams) => PagedAsyncIterableIterator<HuntRelation, HuntRelation[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntRelationsListOptionalParams) => PagedAsyncIterableIterator<HuntRelation, HuntRelation[], PageSettings>