Partager via


SmartGroupsOperationsExtensions.ChangeState Méthode

Définition

Modifier l’état d’un groupe intelligent.

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

Paramètres

operations
ISmartGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

smartGroupId
String

ID unique du groupe intelligent.

newState
String

Nouvel état de l’alerte. Les valeurs possibles sont les suivantes : « Nouveau », « Reconnu », « Fermé »

Retours

S’applique à