Share via


SmartGroupsOperationsExtensions.GetById Method

Definition

Get information related to a specific Smart Group.

public static Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup GetById (this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string smartGroupId);
static member GetById : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup
<Extension()>
Public Function GetById (operations As ISmartGroupsOperations, smartGroupId As String) As SmartGroup

Parameters

operations
ISmartGroupsOperations

The operations group for this extension method.

smartGroupId
String

Smart group unique id.

Returns

Remarks

Get information related to a specific Smart Group.

Applies to