Uses of Class
com.azure.resourcemanager.resources.models.ParameterType
-
Packages that use ParameterType Package Description com.azure.resourcemanager.resources.models 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 ParameterType Modifier and Type Field Description static ParameterTypeParameterType. ARRAYStatic value Array for ParameterType.static ParameterTypeParameterType. BOOLEANStatic value Boolean for ParameterType.static ParameterTypeParameterType. DATE_TIMEStatic value DateTime for ParameterType.static ParameterTypeParameterType. FLOATStatic value Float for ParameterType.static ParameterTypeParameterType. INTEGERStatic value Integer for ParameterType.static ParameterTypeParameterType. OBJECTStatic value Object for ParameterType.static ParameterTypeParameterType. STRINGStatic value String for ParameterType.Methods in com.azure.resourcemanager.resources.models that return ParameterType Modifier and Type Method Description static ParameterTypeParameterType. fromString(String name)Creates or finds a ParameterType from its string representation.ParameterTypeParameterDefinitionsValue. 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 ParameterType Modifier and Type Method Description static Collection<ParameterType>ParameterType. values()Methods in com.azure.resourcemanager.resources.models with parameters of type ParameterType Modifier and Type Method Description PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithParameters. withParameter(String name, ParameterType parameterType, Object defaultValue)Specifies the parameters of the policy.ParameterDefinitionsValueParameterDefinitionsValue. withType(ParameterType type)Set the type property: The data type of the parameter.
-