영어로 읽기

다음을 통해 공유


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);

Parameters

smartGroupId
Guid

Smart group unique id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to