Interface WorkspaceSetting.DefinitionStages.WithScope

All Known Subinterfaces:
WorkspaceSetting.Definition, WorkspaceSetting.DefinitionStages.Blank, WorkspaceSetting.DefinitionStages.WithCreate
Enclosing interface:
WorkspaceSetting.DefinitionStages

public static interface WorkspaceSetting.DefinitionStages.WithScope
The stage of the WorkspaceSetting definition allowing to specify scope.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the scope property: All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.
  • Method Details

    • withScope

      Specifies the scope property: All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.
      Parameters:
      scope - All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.
      Returns:
      the next definition stage.