KeyValuePair 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
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
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