Interface PolicyDefinition.UpdateStages.WithPolicyType
-
- All Known Subinterfaces:
PolicyDefinition.Update
- Enclosing interface:
- PolicyDefinition.UpdateStages
public static interface PolicyDefinition.UpdateStages.WithPolicyTypeA policy definition allowing the policy type to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyDefinition.UpdatewithPolicyType(PolicyType policyType)Specifies the type of the policy.
-
-
-
Method Detail
-
withPolicyType
PolicyDefinition.Update withPolicyType(PolicyType policyType)
Specifies the type of the policy. The default value is 'NotSpecified'.- Parameters:
policyType- the policy type enum- Returns:
- the next stage of policy update
-
-