Uses of Class
com.azure.resourcemanager.appservice.models.ParameterType
Packages that use ParameterType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ParameterType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as ParameterTypeModifier and TypeFieldDescriptionstatic final ParameterTypeParameterType.ARRAYStatic value Array for ParameterType.static final ParameterTypeParameterType.BOOLStatic value Bool for ParameterType.static final ParameterTypeParameterType.FLOATStatic value Float for ParameterType.static final ParameterTypeParameterType.INTStatic value Int for ParameterType.static final ParameterTypeParameterType.NOT_SPECIFIEDStatic value NotSpecified for ParameterType.static final ParameterTypeParameterType.OBJECTStatic value Object for ParameterType.static final ParameterTypeParameterType.SECURE_OBJECTStatic value SecureObject for ParameterType.static final ParameterTypeParameterType.SECURE_STRINGStatic value SecureString for ParameterType.static final ParameterTypeParameterType.STRINGStatic value String for ParameterType.Methods in com.azure.resourcemanager.appservice.models that return ParameterTypeModifier and TypeMethodDescriptionstatic ParameterTypeParameterType.fromString(String name) Creates or finds a ParameterType from its string representation.WorkflowParameter.type()Get the type property: The type.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ParameterTypeModifier and TypeMethodDescriptionstatic Collection<ParameterType>ParameterType.values()Gets known ParameterType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type ParameterTypeModifier and TypeMethodDescriptionWorkflowOutputParameter.withType(ParameterType type) Set the type property: The type.WorkflowParameter.withType(ParameterType type) Set the type property: The type.