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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET