Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSet 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.Modifier and TypeMethodDescriptionActivity.parameterSets()
Gets the parameterSets property: Gets or sets the parameter sets of the activity.