RunbookParameter Class

 

Definition of the runbook parameter type.

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

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

public class RunbookParameter

NameDescription
System_CAPS_pubmethodRunbookParameter()

Initializes a new instance of the RunbookParameter class.

NameDescription
System_CAPS_pubpropertyDefaultValue

Optional. Gets or sets the default value of parameter.

System_CAPS_pubpropertyIsMandatory

Optional. Gets or sets a Boolean value to indicate whether the parameter is madatory or not.

System_CAPS_pubpropertyPosition

Optional. Get or sets the position of the parameter.

System_CAPS_pubpropertyType

Optional. Gets or sets the type of the parameter.

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: