Uses of Class
com.azure.resourcemanager.resources.models.ParameterValuesValue
-
Packages that use ParameterValuesValue Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ParameterValuesValue in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ParameterValuesValue Modifier and Type Method Description Map<String,ParameterValuesValue>PolicyAssignmentInner. parameters()Get the parameters property: The parameter values for the assigned policy rule.Map<String,ParameterValuesValue>PolicyAssignmentProperties. parameters()Get the parameters property: The parameter values for the assigned policy rule.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ParameterValuesValue Modifier and Type Method Description PolicyAssignmentInnerPolicyAssignmentInner. withParameters(Map<String,ParameterValuesValue> parameters)Set the parameters property: The parameter values for the assigned policy rule.PolicyAssignmentPropertiesPolicyAssignmentProperties. withParameters(Map<String,ParameterValuesValue> parameters)Set the parameters property: The parameter values for the assigned policy rule. -
Uses of ParameterValuesValue in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ParameterValuesValue Modifier and Type Method Description ParameterValuesValueParameterValuesValue. withValue(Object value)Set the value property: The value of the parameter.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ParameterValuesValue Modifier and Type Method Description Map<String,ParameterValuesValue>PolicyAssignment. parameters()Map<String,ParameterValuesValue>PolicyDefinitionReference. parameters()Get the parameters property: The parameter values for the referenced policy rule.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ParameterValuesValue Modifier and Type Method Description PolicyDefinitionReferencePolicyDefinitionReference. withParameters(Map<String,ParameterValuesValue> parameters)Set the parameters property: The parameter values for the referenced policy rule.
-