Freigeben über


SmartGroupsOperationsExtensions.GetHistoryAsync Methode

Definition

Rufen Sie den Verlauf einer intelligenten Gruppe ab, die alle Änderungen des Smart Group-Zustands (Neu/Bestätigt/Geschlossen) erfasst.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModification> GetHistoryAsync (this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string smartGroupId, System.Threading.CancellationToken cancellationToken = default);
static member GetHistoryAsync : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModification>
<Extension()>
Public Function GetHistoryAsync (operations As ISmartGroupsOperations, smartGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SmartGroupModification)

Parameter

operations
ISmartGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

smartGroupId
String

Eindeutige ID für intelligente Gruppen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: