ContinuousAction 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
ContinuousAction() |
Initializes a new instance of the ContinuousAction class. |
ContinuousAction(String, String, IList<KeyValuePair>, String) |
Initializes a new instance of the ContinuousAction class. |
ContinuousAction()
Initializes a new instance of the ContinuousAction class.
public ContinuousAction ();
Public Sub New ()
Applies to
ContinuousAction(String, String, IList<KeyValuePair>, String)
Initializes a new instance of the ContinuousAction class.
public ContinuousAction (string name, string duration, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> parameters, string selectorId);
new Microsoft.Azure.Management.Chaos.Models.ContinuousAction : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> * string -> Microsoft.Azure.Management.Chaos.Models.ContinuousAction
Public Sub New (name As String, duration As String, parameters As IList(Of KeyValuePair), selectorId As String)
Parameters
- name
- String
String that represents a Capability URN.
- duration
- String
ISO8601 formatted string that represents a duration.
- parameters
- IList<KeyValuePair>
List of key value pairs.
- selectorId
- String
String that represents a selector.
Applies to
Azure SDK for .NET