Share via


NameValuePair Constructors

Definition

Overloads

NameValuePair()

Initializes a new instance of the NameValuePair class.

NameValuePair(String, String)

Initializes a new instance of the NameValuePair class.

NameValuePair()

Initializes a new instance of the NameValuePair class.

public NameValuePair ();
Public Sub New ()

Applies to

NameValuePair(String, String)

Initializes a new instance of the NameValuePair class.

public NameValuePair (string name = default, string value = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)

Parameters

name
String

Pair name.

value
String

Pair value.

Applies to