Uses of Class
com.azure.resourcemanager.automation.models.ActivityParameter
Package
Description
Package containing the data models for AutomationClient.
-
Uses of ActivityParameter in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionActivityParameter.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.Modifier and TypeMethodDescriptionActivityParameterSet.parameters()
Get the parameters property: Gets or sets the parameters of the activity parameter set.Modifier and TypeMethodDescriptionActivityParameterSet.withParameters
(List<ActivityParameter> parameters) Set the parameters property: Gets or sets the parameters of the activity parameter set.