HuntCommentsOperations interface

Schnittstelle stellt HuntComments-Operationen dar.

Eigenschaften

createOrUpdate

Erstellt oder aktualisiert eine Sammelverfolgungsbeziehung.

delete

Löschen eines Sammelkommentars.

get

Ruft einen Sammelkommentar ab

list

Ruft alle Sammelkommentare ab.

Details zur Eigenschaft

createOrUpdate

Erstellt oder aktualisiert eine Sammelverfolgungsbeziehung.

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

Eigenschaftswert

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

delete

Löschen eines Sammelkommentars.

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

Eigenschaftswert

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

get

Ruft einen Sammelkommentar ab

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

Eigenschaftswert

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

list

Ruft alle Sammelkommentare ab.

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

Eigenschaftswert

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