MockableSecurityInsightsArmClient.GetSecurityInsightsFileImportResource Method

Definition

Gets an object representing a SecurityInsightsFileImportResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SecurityInsightsFileImportResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource GetSecurityInsightsFileImportResource (Azure.Core.ResourceIdentifier id);
abstract member GetSecurityInsightsFileImportResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource
override this.GetSecurityInsightsFileImportResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsFileImportResource
Public Overridable Function GetSecurityInsightsFileImportResource (id As ResourceIdentifier) As SecurityInsightsFileImportResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsFileImportResource object.

Applies to