Uses of Class
com.azure.resourcemanager.automation.models.ActivityParameterValidationSet
Packages that use ActivityParameterValidationSet
Package
Description
Package containing the data models for AutomationClient.
-
Uses of ActivityParameterValidationSet in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ActivityParameterValidationSetModifier and TypeMethodDescriptionActivityParameterValidationSet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityParameterValidationSet from the JsonReader.ActivityParameterValidationSet.withMemberValue
(String memberValue) Set the memberValue property: Gets or sets the name of the activity parameter validation set member.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ActivityParameterValidationSetModifier and TypeMethodDescriptionActivityParameter.validationSet()
Get the validationSet property: Gets or sets the validation set of activity parameter.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type ActivityParameterValidationSetModifier and TypeMethodDescriptionActivityParameter.withValidationSet
(List<ActivityParameterValidationSet> validationSet) Set the validationSet property: Gets or sets the validation set of activity parameter.