HuntCommentsOperations interface

Interface représentant une opération HuntCommentaires.

Propriétés

createOrUpdate

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

delete

Supprimez un commentaire de chasse.

get

Obtient un commentaire de chasse

list

Obtient tous les commentaires 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, huntCommentId: string, huntComment: HuntComment, options?: HuntCommentsCreateOrUpdateOptionalParams) => Promise<HuntComment>

Valeur de propriété

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

delete

Supprimez un commentaire de chasse.

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

Valeur de propriété

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

get

Obtient un commentaire de chasse

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

Valeur de propriété

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

list

Obtient tous les commentaires de chasse

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

Valeur de propriété

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