Condividi tramite


SmartGroupsOperationsExtensions.GetHistory Method

Definition

Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) .

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

Parameters

operations
ISmartGroupsOperations

The operations group for this extension method.

smartGroupId
String

Smart group unique id.

Returns

Applies to