SecurityStandard.DefinitionStages.WithScope Interface

public static interface SecurityStandard.DefinitionStages.WithScope

The stage of the SecurityStandard definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingScope(String scope)

Specifies scope.

Method Details

withExistingScope

public abstract SecurityStandard.DefinitionStages.WithCreate withExistingScope(String scope)

Specifies scope.

Parameters:

scope - The scope of the security standard. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'.

Returns:

the next definition stage.

Applies to