Share via


SmartGroupResource.ChangeState(ServiceAlertState, CancellationToken) Method

Definition

Change the state of a Smart Group.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/changeState
  • Operation Id: SmartGroups_ChangeState
public virtual Azure.Response<Azure.ResourceManager.AlertsManagement.SmartGroupResource> ChangeState (Azure.ResourceManager.AlertsManagement.Models.ServiceAlertState newState, System.Threading.CancellationToken cancellationToken = default);
abstract member ChangeState : Azure.ResourceManager.AlertsManagement.Models.ServiceAlertState * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AlertsManagement.SmartGroupResource>
override this.ChangeState : Azure.ResourceManager.AlertsManagement.Models.ServiceAlertState * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AlertsManagement.SmartGroupResource>
Public Overridable Function ChangeState (newState As ServiceAlertState, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SmartGroupResource)

Parameters

newState
ServiceAlertState

New state of the alert.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to