SecurityInsightsEntityResource.GetSecurityInsightsEntityRelation Method

Definition

Gets an entity relation.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityRelationResource> GetSecurityInsightsEntityRelation(string relationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsEntityRelation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityRelationResource>
override this.GetSecurityInsightsEntityRelation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityRelationResource>
Public Overridable Function GetSecurityInsightsEntityRelation (relationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsEntityRelationResource)

Parameters

relationName
String

Relation Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

relationName is null.

relationName is an empty string, and was expected to be non-empty.

Applies to