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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET