ActivityParameter Class

 

Definition of the activity parameter.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter

Public Class ActivityParameter

NameDescription
System_CAPS_pubmethodActivityParameter()

Initializes a new instance of the ActivityParameter class.

NameDescription
System_CAPS_pubpropertyIsDynamic

Optional. Gets or sets a Boolean value that indicates true if the parameter is dynamic.

System_CAPS_pubpropertyIsMandatory

Optional. Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional.

System_CAPS_pubpropertyName

Optional. Gets or sets the name of the activity parameter.

System_CAPS_pubpropertyPosition

Optional. Gets or sets the position of the activity parameter.

System_CAPS_pubpropertyType

Optional. Gets or sets the type of the activity parameter.

System_CAPS_pubpropertyValueFromPipeline

Optional. 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.

System_CAPS_pubpropertyValueFromPipelineByPropertyName

Optional. 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.

System_CAPS_pubpropertyValueFromRemainingArguments

Optional. 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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: