Interface Automation.DefinitionStages.WithScopes

All Known Subinterfaces:
Automation.Definition, Automation.DefinitionStages.WithCreate
Enclosing interface:
Automation.DefinitionStages

public static interface Automation.DefinitionStages.WithScopes
The stage of the Automation definition allowing to specify scopes.
  • Method Details

    • withScopes

      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.