public static interface PolicyAssignment.DefinitionStages.WithParameters
| Modifier and Type | Method and Description |
|---|---|
PolicyAssignment.DefinitionStages.WithCreate |
withParameter(String name,
Object value)
Specifies the parameter of the policy assignment.
|
PolicyAssignment.DefinitionStages.WithCreate withParameter(String name, Object value)
name - the name of the parametervalue - the value of the parameterVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.