Share via


ActionDetail Constructors

Definition

Overloads

ActionDetail()

Initializes a new instance of the ActionDetail class.

ActionDetail(String, String, String, String, String, String)

Initializes a new instance of the ActionDetail class.

ActionDetail()

Initializes a new instance of the ActionDetail class.

public ActionDetail ();
Public Sub New ()

Applies to

ActionDetail(String, String, String, String, String, String)

Initializes a new instance of the ActionDetail class.

public ActionDetail (string mechanismType = default, string name = default, string status = default, string subState = default, string sendTime = default, string detail = default);
new Microsoft.Azure.Management.Monitor.Models.ActionDetail : string * string * string * string * string * string -> Microsoft.Azure.Management.Monitor.Models.ActionDetail
Public Sub New (Optional mechanismType As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional subState As String = Nothing, Optional sendTime As String = Nothing, Optional detail As String = Nothing)

Parameters

mechanismType
String

The mechanism type

name
String

The name of the action

status
String

The status of the action

subState
String

The substatus of the action

sendTime
String

The send time

detail
String

The detail of the friendly error message

Applies to