Compartilhar via


SmartGroupsOperationsExtensions.GetByIdAsync Método

Definição

Obter informações relacionadas a um grupo inteligente específico.

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)

Parâmetros

operations
ISmartGroupsOperations

O grupo de operações para esse método de extensão.

smartGroupId
String

ID exclusiva do grupo inteligente.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obter informações relacionadas a um grupo inteligente específico.

Aplica-se a