WorkspaceSetting.UpdateStages.WithScope Interface

public static interface WorkspaceSetting.UpdateStages.WithScope

The stage of the WorkspaceSetting update allowing to specify scope.

Method Summary

Modifier and Type Method and Description
abstract 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.

Method Details

withScope

public abstract 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.

Applies to