HuntCommentsOperations interface

Interface representing a HuntComments operations.

Properties

createOrUpdate

Creates or updates a hunt relation.

delete

Delete a hunt comment.

get

Gets a hunt comment

list

Gets all hunt comments

Property Details

createOrUpdate

Creates or updates a hunt relation.

createOrUpdate: (resourceGroupName: string, workspaceName: string, huntId: string, huntCommentId: string, huntComment: HuntComment, options?: HuntCommentsCreateOrUpdateOptionalParams) => Promise<HuntComment>

Property Value

(resourceGroupName: string, workspaceName: string, huntId: string, huntCommentId: string, huntComment: HuntComment, options?: HuntCommentsCreateOrUpdateOptionalParams) => Promise<HuntComment>

delete

Delete a hunt comment.

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

Property Value

(resourceGroupName: string, workspaceName: string, huntId: string, huntCommentId: string, options?: HuntCommentsDeleteOptionalParams) => Promise<void>

get

Gets a hunt comment

get: (resourceGroupName: string, workspaceName: string, huntId: string, huntCommentId: string, options?: HuntCommentsGetOptionalParams) => Promise<HuntComment>

Property Value

(resourceGroupName: string, workspaceName: string, huntId: string, huntCommentId: string, options?: HuntCommentsGetOptionalParams) => Promise<HuntComment>

list

Gets all hunt comments

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

Property Value

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