ActionStatus 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
ActionStatus() |
Initializes a new instance of the ActionStatus class. |
ActionStatus(String, String, String, IList<ExperimentExecutionActionTargetDetailsProperties>) |
Initializes a new instance of the ActionStatus class. |
ActionStatus()
Initializes a new instance of the ActionStatus class.
public ActionStatus ();
Public Sub New ()
Applies to
ActionStatus(String, String, String, IList<ExperimentExecutionActionTargetDetailsProperties>)
Initializes a new instance of the ActionStatus class.
public ActionStatus (string name = default, string id = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties> targets = default);
new Microsoft.Azure.Management.Chaos.Models.ActionStatus : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties> -> Microsoft.Azure.Management.Chaos.Models.ActionStatus
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional status As String = Nothing, Optional targets As IList(Of ExperimentExecutionActionTargetDetailsProperties) = Nothing)
Parameters
- name
- String
The name of the action status.
- id
- String
The id of the action status.
- status
- String
The status of the action.
The array of targets.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET