HuntRelationsOperations interface

Schnittstelle, die eine HuntRelations-Operation darstellt.

Eigenschaften

createOrUpdate

Erstellt oder aktualisiert eine Sammelverfolgungsbeziehung.

delete

Löschen sie eine Sammelvorgangsbeziehung.

get

Ruft eine Sammelbeziehung ab

list

Ruft alle Jagdbeziehungen ab

Details zur Eigenschaft

createOrUpdate

Erstellt oder aktualisiert eine Sammelverfolgungsbeziehung.

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

Eigenschaftswert

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

delete

Löschen sie eine Sammelvorgangsbeziehung.

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

Eigenschaftswert

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

get

Ruft eine Sammelbeziehung ab

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

Eigenschaftswert

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

list

Ruft alle Jagdbeziehungen ab

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

Eigenschaftswert

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