共用方式為


KeyValuePair Constructors

Definition

Overloads

KeyValuePair()

Initializes a new instance of the KeyValuePair class.

KeyValuePair(String, String)

Initializes a new instance of the KeyValuePair class.

KeyValuePair()

Initializes a new instance of the KeyValuePair class.

public KeyValuePair ();
Public Sub New ()

Applies to

KeyValuePair(String, String)

Initializes a new instance of the KeyValuePair class.

public KeyValuePair (string key, string value);
new Microsoft.Azure.Management.Chaos.Models.KeyValuePair : string * string -> Microsoft.Azure.Management.Chaos.Models.KeyValuePair
Public Sub New (key As String, value As String)

Parameters

key
String

The name of the setting for the action.

value
String

The value of the setting for the action.

Applies to