AutomationActivityParameterDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the activity parameter.
public class AutomationActivityParameterDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationActivityParameterDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationActivityParameterDefinition>
public class AutomationActivityParameterDefinition
type AutomationActivityParameterDefinition = class
interface IJsonModel<AutomationActivityParameterDefinition>
interface IPersistableModel<AutomationActivityParameterDefinition>
type AutomationActivityParameterDefinition = class
Public Class AutomationActivityParameterDefinition
Implements IJsonModel(Of AutomationActivityParameterDefinition), IPersistableModel(Of AutomationActivityParameterDefinition)
Public Class AutomationActivityParameterDefinition
- Inheritance
-
AutomationActivityParameterDefinition
- Implements
Properties
ActivityParameterType |
Gets or sets the type of the activity parameter. |
CanTakeValueFromPipeline |
Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects. This setting is used if the cmdlet must access the complete input object. false indicates that the parameter cannot take values from the complete input object. |
CanTakeValueFromPipelineByPropertyName |
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. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name. |
CanTakeValueValueFromRemainingArguments |
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. |
Description |
Gets or sets the description of the activity parameter. |
IsDynamic |
Gets or sets a Boolean value that indicates true if the parameter is dynamic. |
IsMandatory |
Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional. |
Name |
Gets or sets the name of the activity parameter. |
Position |
Gets or sets the position of the activity parameter. |
ValidationSet |
Gets or sets the validation set of activity parameter. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationActivityParameterDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationActivityParameterDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationActivityParameterDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationActivityParameterDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationActivityParameterDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |