Interface WorkspaceSetting.UpdateStages.WithScope

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

public static interface WorkspaceSetting.UpdateStages.WithScope
The stage of the WorkspaceSetting update 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

      WorkspaceSetting.Update withScope(String scope)
      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.