MockableSecurityInsightsArmClient.GetSecurityInsightsHuntCommentAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a hunt comment.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntCommentResource>> GetSecurityInsightsHuntCommentAsync(Azure.Core.ResourceIdentifier scope, string huntCommentId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsHuntCommentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntCommentResource>>
override this.GetSecurityInsightsHuntCommentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntCommentResource>>
Public Overridable Function GetSecurityInsightsHuntCommentAsync (scope As ResourceIdentifier, huntCommentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsHuntCommentResource))
Parameters
- scope
- ResourceIdentifier
The scope of the resource collection to get.
- huntCommentId
- String
The hunt comment id (GUID).
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
huntCommentId is null.
huntCommentId is an empty string, and was expected to be non-empty.