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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.