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