Interface PolicyDefinition.DefinitionStages.WithPolicyType
-
- All Known Subinterfaces:
PolicyDefinition.Definition,PolicyDefinition.DefinitionStages.WithCreate
- Enclosing interface:
- PolicyDefinition.DefinitionStages
public static interface PolicyDefinition.DefinitionStages.WithPolicyTypeA policy definition specifying the policy type to be blob.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyDefinition.DefinitionStages.WithCreatewithPolicyType(PolicyType policyType)Specifies the type of the policy.
-
-
-
Method Detail
-
withPolicyType
PolicyDefinition.DefinitionStages.WithCreate 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 definition
-
-