Automation.UpdateStages.WithScopes Interface

public static interface Automation.UpdateStages.WithScopes

The stage of the Automation update allowing to specify scopes.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update withScopes(List 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:

scopes - 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.

Returns:

the next definition stage.

Applies to