ActionDetail 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET