HuntsOperations interface
Interface représentant une opération de Hunts.
Propriétés
| create |
Créer ou mettre à jour une chasse |
| delete | Supprimez une chasse. |
| get | Obtient une chasse, sans relations et commentaires. |
| list | Obtient toutes les chasses, sans relations et commentaires. |
Détails de la propriété
createOrUpdate
Créer ou mettre à jour une chasse
createOrUpdate: (resourceGroupName: string, workspaceName: string, huntId: string, hunt: Hunt, options?: HuntsCreateOrUpdateOptionalParams) => Promise<Hunt>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, huntId: string, hunt: Hunt, options?: HuntsCreateOrUpdateOptionalParams) => Promise<Hunt>
delete
Supprimez une chasse.
delete: (resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntsDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntsDeleteOptionalParams) => Promise<void>
get
Obtient une chasse, sans relations et commentaires.
get: (resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntsGetOptionalParams) => Promise<Hunt>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, huntId: string, options?: HuntsGetOptionalParams) => Promise<Hunt>
list
Obtient toutes les chasses, sans relations et commentaires.
list: (resourceGroupName: string, workspaceName: string, options?: HuntsListOptionalParams) => PagedAsyncIterableIterator<Hunt, Hunt[], PageSettings>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, options?: HuntsListOptionalParams) => PagedAsyncIterableIterator<Hunt, Hunt[], PageSettings>