AEMTestResult 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
AEMTestResult() | |
AEMTestResult(String, String[]) | |
AEMTestResult(String, Boolean, String[]) |
AEMTestResult()
public AEMTestResult ();
Public Sub New ()
Applies to
AEMTestResult(String, String[])
public AEMTestResult (string testName, params string[] args);
new Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult : string * string[] -> Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult
Public Sub New (testName As String, ParamArray args As String())
Parameters
- testName
- String
- args
- String[]
Applies to
AEMTestResult(String, Boolean, String[])
public AEMTestResult (string testName, bool result, params string[] args);
new Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult : string * bool * string[] -> Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult
Public Sub New (testName As String, result As Boolean, ParamArray args As String())
Parameters
- testName
- String
- result
- Boolean
- args
- String[]