NameValuePair 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NameValuePair() |
初始化 NameValuePair 類別的新實例。 |
NameValuePair(String, String) |
初始化 NameValuePair 類別的新實例。 |
NameValuePair()
初始化 NameValuePair 類別的新實例。
public NameValuePair ();
Public Sub New ()
適用於
NameValuePair(String, String)
初始化 NameValuePair 類別的新實例。
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)
參數
- name
- String
配對名稱。
- value
- String
配對值。