ConnStringValueTypePair(String, ConnectionStringType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.