Automation.DefinitionStages.WithScopes Interface
public static interface Automation.DefinitionStages.WithScopes
The stage of the Automation definition allowing to specify scopes.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withScopes(List<AutomationScope> scopes)
Specifies the scopes property: A collection of scopes on which the security automations logic is applied. |
Method Details
withScopes
public abstract Automation.DefinitionStages.WithCreate withScopes(List<AutomationScope> scopes)
Specifies the scopes property: A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes..
Parameters:
Returns: