Share via


ConnStringValueTypePair Constructors

Definition

Overloads

ConnStringValueTypePair()

Initializes a new instance of the ConnStringValueTypePair class.

ConnStringValueTypePair(String, ConnectionStringType)

Initializes a new instance of the ConnStringValueTypePair class.

ConnStringValueTypePair()

Initializes a new instance of the ConnStringValueTypePair class.

public ConnStringValueTypePair ();
Public Sub New ()

Applies to

ConnStringValueTypePair(String, ConnectionStringType)

Initializes a new instance of the ConnStringValueTypePair class.

public ConnStringValueTypePair (string value, Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType type);
new Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair : string * Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType -> Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair
Public Sub New (value As String, type As ConnectionStringType)

Parameters

value
String

Value of pair.

type
ConnectionStringType

Type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'

Applies to