InformationProtectionPolicy.DefinitionStages.WithScope Interface

public static interface InformationProtectionPolicy.DefinitionStages.WithScope

The stage of the InformationProtectionPolicy 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 InformationProtectionPolicy.DefinitionStages.WithCreate withExistingScope(String scope)

Specifies scope.

Parameters:

scope - Scope of the query, can be subscription (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group (/providers/Microsoft.Management/managementGroups/mgName).

Returns:

the next definition stage.

Applies to