PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDescription.withDescription(String description) |
Specifies the description of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDisplayName.withDisplayName(String displayName) |
Specifies the display name of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithParameters.withParameter(String name,
ParameterDefinitionsValue definition) |
Specifies the parameters of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithParameters.withParameter(String name,
ParameterType parameterType,
Object defaultValue) |
Specifies the parameters of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRule(Object policyRule) |
Specifies the rule of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRuleJson(String policyRuleJson) |
Specifies the rule of the policy in JSON format.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType) |
Specifies the type of the policy.
|