Freigeben über


ArmCosmosDBModelFactory.CosmosDBAccountConnectionString Methode

Definition

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: