MockableSecurityInsightsArmClient.GetSecurityInsightsIncidentTaskResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsIncidentTaskResource object.

Applies to