Uses of Class
com.azure.resourcemanager.resources.models.ParameterDefinitionsValue
Packages that use ParameterDefinitionsValue
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ParameterDefinitionsValue in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ParameterDefinitionsValueModifier and TypeMethodDescriptionPolicyDefinitionInner.parameters()Get the parameters property: The parameter definitions for parameters used in the policy rule.PolicyDefinitionProperties.parameters()Get the parameters property: The parameter definitions for parameters used in the policy rule.PolicySetDefinitionInner.parameters()Get the parameters property: The policy set definition parameters that can be used in policy definition references.PolicySetDefinitionProperties.parameters()Get the parameters property: The policy set definition parameters that can be used in policy definition references.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ParameterDefinitionsValueModifier and TypeMethodDescriptionPolicyDefinitionInner.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The parameter definitions for parameters used in the policy rule.PolicyDefinitionProperties.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The parameter definitions for parameters used in the policy rule.PolicySetDefinitionInner.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The policy set definition parameters that can be used in policy definition references.PolicySetDefinitionProperties.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The policy set definition parameters that can be used in policy definition references. -
Uses of ParameterDefinitionsValue in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ParameterDefinitionsValueModifier and TypeMethodDescriptionstatic ParameterDefinitionsValueParameterDefinitionsValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParameterDefinitionsValue from the JsonReader.ParameterDefinitionsValue.withAllowedValues(List<Object> allowedValues) Set the allowedValues property: The allowed values for the parameter.ParameterDefinitionsValue.withDefaultValue(Object defaultValue) Set the defaultValue property: The default value for the parameter if no value is provided.ParameterDefinitionsValue.withMetadata(ParameterDefinitionsValueMetadata metadata) Set the metadata property: General metadata for the parameter.ParameterDefinitionsValue.withType(ParameterType type) Set the type property: The data type of the parameter.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ParameterDefinitionsValueModifier and TypeMethodDescriptionPolicyDefinition.parameters()Gets the parameters of the policy definition.Methods in com.azure.resourcemanager.resources.models with parameters of type ParameterDefinitionsValueModifier and TypeMethodDescriptionPolicyDefinition.DefinitionStages.WithParameters.withParameter(String name, ParameterDefinitionsValue definition) Specifies the parameters of the policy.