Share via


SmartGroupCollection.Exists(Guid, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Operation Id: SmartGroups_GetById
public virtual Azure.Response<bool> Exists (Guid smartGroupId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (smartGroupId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

smartGroupId
Guid

Smart group unique id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to