Interface PolicyAssignment.DefinitionStages.WithScope
-
- All Known Subinterfaces:
PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.Blank
- Enclosing interface:
- PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithScopeA policy assignment specifying the scope of the policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithPolicyDefinitionforResource(GenericResource genericResource)Specifies the scope of the policy assignment to be a resource.PolicyAssignment.DefinitionStages.WithPolicyDefinitionforResourceGroup(ResourceGroup resourceGroup)Specifies the scope of the policy assignment to be a resource group.PolicyAssignment.DefinitionStages.WithPolicyDefinitionforScope(String scope)Specifies the scope of the policy assignment.
-
-
-
Method Detail
-
forScope
PolicyAssignment.DefinitionStages.WithPolicyDefinition forScope(String scope)
Specifies the scope of the policy assignment.- Parameters:
scope- the scope of the policy assignment- Returns:
- the next stage of policy assignment
-
forResourceGroup
PolicyAssignment.DefinitionStages.WithPolicyDefinition forResourceGroup(ResourceGroup resourceGroup)
Specifies the scope of the policy assignment to be a resource group.- Parameters:
resourceGroup- the resource group to assign the policy- Returns:
- the next stage of policy assignment
-
forResource
PolicyAssignment.DefinitionStages.WithPolicyDefinition forResource(GenericResource genericResource)
Specifies the scope of the policy assignment to be a resource.- Parameters:
genericResource- the resource to assign the policy- Returns:
- the next stage of policy assignment
-
-