Share via


OperationalInsightsWorkspaceSecurityInsightsResource.GetSecurityInsightsFileImport Method

Definition

Gets a file import.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/fileImports/{fileImportId}
  • Operation Id: FileImports_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsFileImportResource
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource> GetSecurityInsightsFileImport (string fileImportId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsFileImport : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource>
override this.GetSecurityInsightsFileImport : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource>
Public Overridable Function GetSecurityInsightsFileImport (fileImportId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsFileImportResource)

Parameters

fileImportId
String

File import ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

fileImportId is null.

fileImportId is an empty string, and was expected to be non-empty.

Applies to