Uses of Class
com.azure.resourcemanager.automation.models.ActivityParameterSet
Packages that use ActivityParameterSet
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ActivityParameterSet in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type ActivityParameterSetModifier and TypeMethodDescriptionActivityInner.parameterSets()
Get the parameterSets property: Gets or sets the parameter sets of the activity.ActivityProperties.parameterSets()
Get the parameterSets property: Gets or sets the parameter sets of the activity.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type ActivityParameterSetModifier and TypeMethodDescriptionActivityInner.withParameterSets
(List<ActivityParameterSet> parameterSets) Set the parameterSets property: Gets or sets the parameter sets of the activity.ActivityProperties.withParameterSets
(List<ActivityParameterSet> parameterSets) Set the parameterSets property: Gets or sets the parameter sets of the activity. -
Uses of ActivityParameterSet in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ActivityParameterSetModifier and TypeMethodDescriptionstatic ActivityParameterSet
ActivityParameterSet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityParameterSet from the JsonReader.Set the name property: Gets or sets the name of the activity parameter set.ActivityParameterSet.withParameters
(List<ActivityParameter> parameters) Set the parameters property: Gets or sets the parameters of the activity parameter set.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ActivityParameterSetModifier and TypeMethodDescriptionActivity.parameterSets()
Gets the parameterSets property: Gets or sets the parameter sets of the activity.