ServerSecurityAlertPolicy.DefinitionStages.WithState Interface

public static interface ServerSecurityAlertPolicy.DefinitionStages.WithState

The stage of the ServerSecurityAlertPolicy definition allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withState(ServerSecurityAlertPolicyState state)

Specifies the state property: Specifies the state of the policy, whether it is enabled or disabled..

Method Details

withState

public abstract ServerSecurityAlertPolicy.DefinitionStages.WithCreate withState(ServerSecurityAlertPolicyState state)

Specifies the state property: Specifies the state of the policy, whether it is enabled or disabled..

Parameters:

state - Specifies the state of the policy, whether it is enabled or disabled.

Returns:

the next definition stage.

Applies to