Interface Automation.UpdateStages.WithScopes

All Known Subinterfaces:
Automation.Update
Enclosing interface:
Automation.UpdateStages

public static interface Automation.UpdateStages.WithScopes
The stage of the Automation update allowing to specify scopes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the scopes property: A collection of scopes on which the security automations logic is applied.
  • Method Details

    • withScopes

      Automation.Update 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:
      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.