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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET