Uses of Class
com.azure.resourcemanager.securityinsights.models.ManualTriggerRequestBody
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ManualTriggerRequestBody in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Object>
IncidentsClient.runPlaybookWithResponse
(String resourceGroupName, String workspaceName, String incidentIdentifier, ManualTriggerRequestBody requestBody, com.azure.core.util.Context context) Triggers playbook on a specific incident. -
Uses of ManualTriggerRequestBody in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionManualTriggerRequestBody.withLogicAppsResourceId
(String logicAppsResourceId) Set the logicAppsResourceId property: The logicAppsResourceId property.ManualTriggerRequestBody.withTenantId
(UUID tenantId) Set the tenantId property: The tenantId property.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Object>
Incidents.runPlaybookWithResponse
(String resourceGroupName, String workspaceName, String incidentIdentifier, ManualTriggerRequestBody requestBody, com.azure.core.util.Context context) Triggers playbook on a specific incident.