Freigeben über


ArmCosmosDBModelFactory.CassandraConnectionError Methode

Definition

Initialisiert eine neue instance von CassandraConnectionError.

public static Azure.ResourceManager.CosmosDB.Models.CassandraConnectionError CassandraConnectionError (Azure.ResourceManager.CosmosDB.Models.CassandraConnectionState? connectionState = default, string ipFrom = default, string ipTo = default, int? port = default, string exception = default);
static member CassandraConnectionError : Nullable<Azure.ResourceManager.CosmosDB.Models.CassandraConnectionState> * string * string * Nullable<int> * string -> Azure.ResourceManager.CosmosDB.Models.CassandraConnectionError
Public Shared Function CassandraConnectionError (Optional connectionState As Nullable(Of CassandraConnectionState) = Nothing, Optional ipFrom As String = Nothing, Optional ipTo As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional exception As String = Nothing) As CassandraConnectionError

Parameter

connectionState
Nullable<CassandraConnectionState>

Die Art des aufgetretenen Verbindungsfehlers.

ipFrom
String

Die IP-Adresse des Hosts, der die fehlgeschlagene Verbindung hergestellt hat.

ipTo
String

Die IP-Adresse, die die Verbindung erreichen wollte.

port
Nullable<Int32>

Der TCP-Port, an dem die Verbindung versucht wurde.

exception
String

Ausführliche Fehlermeldung zur fehlgeschlagenen Verbindung.

Gibt zurück

Eine neue CassandraConnectionError instance zum Simulieren.

Gilt für: