MockableSecurityInsightsArmClient.GetSecurityInsightsIncidentComments Method

Definition

Gets a collection of SecurityInsightsIncidentCommentCollection objects within the specified scope.

public virtual Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentCollection GetSecurityInsightsIncidentComments(Azure.Core.ResourceIdentifier scope);
abstract member GetSecurityInsightsIncidentComments : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentCollection
override this.GetSecurityInsightsIncidentComments : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentCollection
Public Overridable Function GetSecurityInsightsIncidentComments (scope As ResourceIdentifier) As SecurityInsightsIncidentCommentCollection

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

Returns

Returns a collection of SecurityInsightsIncidentCommentResource objects.

Applies to