共用方式為


SmartGroupCollection.ExistsAsync(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 System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Guid smartGroupId, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (smartGroupId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

smartGroupId
Guid

Smart group unique id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to