Class ActivityParameterSet
java.lang.Object
com.azure.resourcemanager.automation.models.ActivityParameterSet
Definition of the activity parameter set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Gets or sets the name of the activity parameter set.Get the parameters property: Gets or sets the parameters of the activity parameter set.void
validate()
Validates the instance.Set the name property: Gets or sets the name of the activity parameter set.withParameters
(List<ActivityParameter> parameters) Set the parameters property: Gets or sets the parameters of the activity parameter set.
-
Constructor Details
-
ActivityParameterSet
public ActivityParameterSet()
-
-
Method Details
-
name
Get the name property: Gets or sets the name of the activity parameter set.- Returns:
- the name value.
-
withName
Set the name property: Gets or sets the name of the activity parameter set.- Parameters:
name
- the name value to set.- Returns:
- the ActivityParameterSet object itself.
-
parameters
Get the parameters property: Gets or sets the parameters of the activity parameter set.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Gets or sets the parameters of the activity parameter set.- Parameters:
parameters
- the parameters value to set.- Returns:
- the ActivityParameterSet object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-