WorkspaceSetting.DefinitionStages.WithScope Interface

public static interface WorkspaceSetting.DefinitionStages.WithScope

The stage of the WorkspaceSetting definition allowing to specify scope.

Method Summary

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