MockableSecurityInsightsArmClient.GetSecurityInsightsFileImportAsync Method

Definition

Gets a file import.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource>> GetSecurityInsightsFileImportAsync(Azure.Core.ResourceIdentifier scope, string fileImportId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsFileImportAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource>>
override this.GetSecurityInsightsFileImportAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource>>
Public Overridable Function GetSecurityInsightsFileImportAsync (scope As ResourceIdentifier, fileImportId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsFileImportResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

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