Compartilhar via


SmartGroupsOperationsExtensions.ChangeState Método

Definição

Altere o estado de um Grupo Inteligente.

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

Parâmetros

operations
ISmartGroupsOperations

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

smartGroupId
String

ID exclusiva do grupo inteligente.

newState
String

Novo estado do alerta. Os valores possíveis incluem: 'New', 'Acknowledged', 'Closed'

Retornos

Aplica-se a