Interface PolicyDefinition.DefinitionStages.WithPolicyType
- All Known Subinterfaces:
PolicyDefinition.Definition,PolicyDefinition.DefinitionStages.WithCreate
- Enclosing interface:
PolicyDefinition.DefinitionStages
public static interface PolicyDefinition.DefinitionStages.WithPolicyType
A policy definition specifying the policy type to be blob.
-
Method Summary
Modifier and TypeMethodDescriptionwithPolicyType(PolicyType policyType) Specifies the type of the policy.
-
Method Details
-
withPolicyType
Specifies the type of the policy. The default value is 'NotSpecified'.- Parameters:
policyType- the policy type enum- Returns:
- the next stage of policy definition
-