HuntCommentsOperations interface

Interfaccia che rappresenta un'operazione HuntComments.

Proprietà

createOrUpdate

Crea o aggiorna una relazione di ricerca.

delete

Eliminare un commento di ricerca.

get

Ottiene un commento di ricerca

list

Ottiene tutti i commenti di ricerca

Dettagli proprietà

createOrUpdate

Crea o aggiorna una relazione di ricerca.

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

Valore della proprietà

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

delete

Eliminare un commento di ricerca.

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

Valore della proprietà

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

get

Ottiene un commento di ricerca

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

Valore della proprietà

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

list

Ottiene tutti i commenti di ricerca

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

Valore della proprietà

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