ConnectionStringDictionaryInner Constructors
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.
Overloads
ConnectionStringDictionaryInner() |
Initializes a new instance of the ConnectionStringDictionaryInner class. |
ConnectionStringDictionaryInner(String, String, String, String, IDictionary<String,ConnStringValueTypePair>) |
Initializes a new instance of the ConnectionStringDictionaryInner class. |
ConnectionStringDictionaryInner()
Initializes a new instance of the ConnectionStringDictionaryInner class.
public ConnectionStringDictionaryInner ();
Public Sub New ()
Applies to
ConnectionStringDictionaryInner(String, String, String, String, IDictionary<String,ConnStringValueTypePair>)
Initializes a new instance of the ConnectionStringDictionaryInner class.
public ConnectionStringDictionaryInner (string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair> properties = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner : string * string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair> -> Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional properties As IDictionary(Of String, ConnStringValueTypePair) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- properties
- IDictionary<String,ConnStringValueTypePair>
Connection strings.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET