Freigeben über


SmartGroupsOperationsExtensions.GetByIdAsync Methode

Definition

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

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

Parameter

operations
ISmartGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

smartGroupId
String

Eindeutige ID für intelligente Gruppen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

Gilt für: