Uses of Class
com.azure.resourcemanager.resources.models.ParameterType
Packages that use ParameterType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ParameterType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ParameterTypeModifier and TypeFieldDescriptionstatic final ParameterTypeParameterType.ARRAYStatic value Array for ParameterType.static final ParameterTypeParameterType.BOOLEANStatic value Boolean for ParameterType.static final ParameterTypeParameterType.DATE_TIMEStatic value DateTime for ParameterType.static final ParameterTypeParameterType.FLOATStatic value Float for ParameterType.static final ParameterTypeParameterType.INTEGERStatic value Integer for ParameterType.static final ParameterTypeParameterType.OBJECTStatic value Object for ParameterType.static final ParameterTypeParameterType.STRINGStatic value String for ParameterType.Methods in com.azure.resourcemanager.resources.models that return ParameterTypeModifier and TypeMethodDescriptionstatic ParameterTypeParameterType.fromString(String name) Creates or finds a ParameterType from its string representation.ParameterDefinitionsValue.type()Get the type property: The data type of the parameter.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ParameterTypeModifier and TypeMethodDescriptionstatic Collection<ParameterType>ParameterType.values()Gets known ParameterType values.Methods in com.azure.resourcemanager.resources.models with parameters of type ParameterTypeModifier and TypeMethodDescriptionPolicyDefinition.DefinitionStages.WithParameters.withParameter(String name, ParameterType parameterType, Object defaultValue) Specifies the parameters of the policy.ParameterDefinitionsValue.withType(ParameterType type) Set the type property: The data type of the parameter.