public static interface PolicyDefinition.DefinitionStages.WithParameters
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition.DefinitionStages.WithCreate |
withParameter(String name,
ParameterDefinitionsValue definition)
Specifies the parameters of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
withParameter(String name,
ParameterType parameterType,
Object defaultValue)
Specifies the parameters of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate withParameter(String name, ParameterDefinitionsValue definition)
name - the name of the parameterdefinition - the definition of the parameterPolicyDefinition.DefinitionStages.WithCreate withParameter(String name, ParameterType parameterType, Object defaultValue)
name - the name of the parameterparameterType - the type of the parameterdefaultValue - the default value of the parameterCopyright © 2021 Microsoft Corporation. All rights reserved.