Udostępnij za pośrednictwem


SecurityInsightsHuntRelationCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/hunts/{huntId}/relations/{huntRelationId}
  • Operation Id: HuntRelations_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsHuntRelationResource
public virtual Azure.Response<bool> Exists (string huntRelationId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (huntRelationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

huntRelationId
String

The hunt relation id (GUID).

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

huntRelationId is null.

Applies to