次の方法で共有


ConnStringValueTypePair(String, ConnectionStringType) コンストラクター

定義

ConnStringValueTypePair の新しいインスタンスを初期化します。

public ConnStringValueTypePair (string value, Azure.ResourceManager.AppService.Models.ConnectionStringType connectionStringType);
new Azure.ResourceManager.AppService.Models.ConnStringValueTypePair : string * Azure.ResourceManager.AppService.Models.ConnectionStringType -> Azure.ResourceManager.AppService.Models.ConnStringValueTypePair
Public Sub New (value As String, connectionStringType As ConnectionStringType)

パラメーター

value
String

ペアの値。

connectionStringType
ConnectionStringType

データベースの種類。

例外

value が null です。

適用対象