Share via


ConnStringValueTypePair(String, ConnectionStringType) Constructor

Definition

Initializes a new instance of 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)

Parameters

value
String

Value of pair.

connectionStringType
ConnectionStringType

Type of database.

Exceptions

value is null.

Applies to