TestNotificationDetailsResponse 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
TestNotificationDetailsResponse() |
Initializes a new instance of the TestNotificationDetailsResponse class. |
TestNotificationDetailsResponse(String, Context, String, String, IList<ActionDetail>) |
Initializes a new instance of the TestNotificationDetailsResponse class. |
TestNotificationDetailsResponse()
Initializes a new instance of the TestNotificationDetailsResponse class.
public TestNotificationDetailsResponse ();
Public Sub New ()
Applies to
TestNotificationDetailsResponse(String, Context, String, String, IList<ActionDetail>)
Initializes a new instance of the TestNotificationDetailsResponse class.
public TestNotificationDetailsResponse (string state, Microsoft.Azure.Management.Monitor.Models.Context context = default, string completedTime = default, string createdTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActionDetail> actionDetails = default);
new Microsoft.Azure.Management.Monitor.Models.TestNotificationDetailsResponse : string * Microsoft.Azure.Management.Monitor.Models.Context * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActionDetail> -> Microsoft.Azure.Management.Monitor.Models.TestNotificationDetailsResponse
Public Sub New (state As String, Optional context As Context = Nothing, Optional completedTime As String = Nothing, Optional createdTime As String = Nothing, Optional actionDetails As IList(Of ActionDetail) = Nothing)
Parameters
- state
- String
The overall state
- context
- Context
- completedTime
- String
The completed time
- createdTime
- String
The created time
- actionDetails
- IList<ActionDetail>
The list of action detail