TestJobCreateParameters Class
The parameters supplied to the create test job operation.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
| Name | Description | |
|---|---|---|
![]() | TestJobCreateParameters() | Initializes a new instance of the TestJobCreateParameters class. |
![]() | TestJobCreateParameters(String^) | Initializes a new instance of the TestJobCreateParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Parameters | Optional. Gets or sets the parameters of the test job. |
![]() | RunbookName | Required. Gets or sets the runbook name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


