SecurityInsightsIncidentResource.GetSecurityInsightsIncidentRelation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のインシデントの関係を取得します。
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
- 操作IdIncidentRelations_Get
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource> GetSecurityInsightsIncidentRelation (string relationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentRelation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource>
override this.GetSecurityInsightsIncidentRelation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationResource>
Public Overridable Function GetSecurityInsightsIncidentRelation (relationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsIncidentRelationResource)
パラメーター
- relationName
- String
[Relation Name]\(関係名\)
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
relationName
は空の文字列であり、空でないと想定されていました。
relationName
が null です。