HuntRelationsOperations interface
Interfaccia che rappresenta un'operazione HuntRelations.
Proprietà
| create |
Crea o aggiorna una relazione di ricerca. |
| delete | Eliminare una relazione di ricerca. |
| get | Ottiene una relazione di ricerca |
| list | Ottiene tutte le relazioni di ricerca |
Dettagli proprietà
createOrUpdate
Crea o aggiorna una relazione di ricerca.
createOrUpdate: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, huntRelation: HuntRelation, options?: HuntRelationsCreateOrUpdateOptionalParams) => Promise<HuntRelation>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, huntRelation: HuntRelation, options?: HuntRelationsCreateOrUpdateOptionalParams) => Promise<HuntRelation>
delete
Eliminare una relazione di ricerca.
delete: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsDeleteOptionalParams) => Promise<void>
get
Ottiene una relazione di ricerca
get: (resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsGetOptionalParams) => Promise<HuntRelation>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, huntId: string, huntRelationId: string, options?: HuntRelationsGetOptionalParams) => Promise<HuntRelation>
list
Ottiene tutte le relazioni di ricerca
list: (resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntRelationsListOptionalParams) => PagedAsyncIterableIterator<HuntRelation, HuntRelation[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntRelationsListOptionalParams) => PagedAsyncIterableIterator<HuntRelation, HuntRelation[], PageSettings>