ArmCosmosDBModelFactory.CosmosDBAccountConnectionString Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von CosmosDBAccountConnectionString.
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString CosmosDBAccountConnectionString (string connectionString = default, string description = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBKind? keyKind = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBType? keyType = default);
static member CosmosDBAccountConnectionString : string * string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBKind> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBType> -> Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString
Public Shared Function CosmosDBAccountConnectionString (Optional connectionString As String = Nothing, Optional description As String = Nothing, Optional keyKind As Nullable(Of CosmosDBKind) = Nothing, Optional keyType As Nullable(Of CosmosDBType) = Nothing) As CosmosDBAccountConnectionString
Parameter
- connectionString
- String
Wert der Verbindungszeichenfolge.
- description
- String
Beschreibung der Verbindungszeichenfolge.
- keyKind
- Nullable<CosmosDBKind>
Art des Verbindungszeichenfolgenschlüssels.
- keyType
- Nullable<CosmosDBType>
Typ der Verbindungszeichenfolge.
Gibt zurück
Eine neue CosmosDBAccountConnectionString instance zum Simulieren.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET