SecurityInsightsIncidentResource.GetSecurityInsightsIncidentRelationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Beziehung für einen bestimmten Incident ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
- Vorgang IdIncidentRelations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource>> GetSecurityInsightsIncidentRelationAsync (string relationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentRelationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource>>
override this.GetSecurityInsightsIncidentRelationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource>>
Public Overridable Function GetSecurityInsightsIncidentRelationAsync (relationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsIncidentRelationResource))
Parameter
- relationName
- String
Beziehungsname.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
relationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
relationName
ist NULL.