TestJobCreateParameters Constructors
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.
Overloads
TestJobCreateParameters() |
Initializes a new instance of the TestJobCreateParameters class. |
TestJobCreateParameters(String) |
Initializes a new instance of the TestJobCreateParameters class with required arguments. |
TestJobCreateParameters()
Initializes a new instance of the TestJobCreateParameters class.
public TestJobCreateParameters ();
Public Sub New ()
Applies to
TestJobCreateParameters(String)
Initializes a new instance of the TestJobCreateParameters class with required arguments.
public TestJobCreateParameters (string runbookName);
new Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters : string -> Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters
Public Sub New (runbookName As String)
Parameters
- runbookName
- String