Uses of Class
com.azure.resourcemanager.automation.models.ActivityParameter
Packages that use ActivityParameter
Package
Description
Package containing the data models for AutomationClient.
-
Uses of ActivityParameter in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ActivityParameterModifier and TypeMethodDescriptionstatic ActivityParameter
ActivityParameter.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityParameter from the JsonReader.ActivityParameter.withDescription
(String description) Set the description property: Gets or sets the description of the activity parameter.ActivityParameter.withIsDynamic
(Boolean isDynamic) Set the isDynamic property: Gets or sets a Boolean value that indicates true if the parameter is dynamic.ActivityParameter.withIsMandatory
(Boolean isMandatory) Set the isMandatory property: Gets or sets a Boolean value that indicates true if the parameter is required.Set the name property: Gets or sets the name of the activity parameter.ActivityParameter.withPosition
(Long position) Set the position property: Gets or sets the position of the activity parameter.Set the type property: Gets or sets the type of the activity parameter.ActivityParameter.withValidationSet
(List<ActivityParameterValidationSet> validationSet) Set the validationSet property: Gets or sets the validation set of activity parameter.ActivityParameter.withValueFromPipeline
(Boolean valueFromPipeline) Set the valueFromPipeline property: Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects.ActivityParameter.withValueFromPipelineByPropertyName
(Boolean valueFromPipelineByPropertyName) Set the valueFromPipelineByPropertyName property: Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter.ActivityParameter.withValueFromRemainingArguments
(Boolean valueFromRemainingArguments) Set the valueFromRemainingArguments property: Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the remaining command-line arguments that are associated with this parameter in the form of an array. false if the cmdlet parameter does not accept all the remaining argument values.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ActivityParameterModifier and TypeMethodDescriptionActivityParameterSet.parameters()
Get the parameters property: Gets or sets the parameters of the activity parameter set.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type ActivityParameterModifier and TypeMethodDescriptionActivityParameterSet.withParameters
(List<ActivityParameter> parameters) Set the parameters property: Gets or sets the parameters of the activity parameter set.