Freigeben über


SmartGroupCollection.Exists(Guid, CancellationToken) Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgang IdSmartGroups_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)

Parameter

smartGroupId
Guid

Eindeutige ID für intelligente Gruppen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: