MonitorIssueResource.FetchInvestigationResultAsync Method

Definition

Fetch investigation result

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}/issues/{issueName}/fetchInvestigationResult.
  • Operation Id. : Issue_FetchInvestigationResult.
  • Default Api Version. : 2025-10-03.
  • Resource. : MonitorIssueResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult>> FetchInvestigationResultAsync(Azure.ResourceManager.Monitor.Workspaces.Models.FetchInvestigationResultContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member FetchInvestigationResultAsync : Azure.ResourceManager.Monitor.Workspaces.Models.FetchInvestigationResultContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult>>
override this.FetchInvestigationResultAsync : Azure.ResourceManager.Monitor.Workspaces.Models.FetchInvestigationResultContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult>>
Public Overridable Function FetchInvestigationResultAsync (content As FetchInvestigationResultContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IssueInvestigationResult))

Parameters

content
FetchInvestigationResultContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to