Automation.DefinitionStages.WithIsEnabled Interface

public static interface Automation.DefinitionStages.WithIsEnabled

The stage of the Automation definition allowing to specify isEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security automation is enabled..

Method Details

withIsEnabled

public abstract Automation.DefinitionStages.WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security automation is enabled..

Parameters:

isEnabled - Indicates whether the security automation is enabled.

Returns:

the next definition stage.

Applies to