Freigeben über


NetworkManagerEffectiveConnectivityConfigurationListResult Konstruktoren

Definition

Überlädt

NetworkManagerEffectiveConnectivityConfigurationListResult()

Initialisiert eine neue instance der NetworkManagerEffectiveConnectivityConfigurationListResult-Klasse.

NetworkManagerEffectiveConnectivityConfigurationListResult(IList<EffectiveConnectivityConfiguration>, String)

Initialisiert eine neue instance der NetworkManagerEffectiveConnectivityConfigurationListResult-Klasse.

NetworkManagerEffectiveConnectivityConfigurationListResult()

Initialisiert eine neue instance der NetworkManagerEffectiveConnectivityConfigurationListResult-Klasse.

public NetworkManagerEffectiveConnectivityConfigurationListResult ();
Public Sub New ()

Gilt für:

NetworkManagerEffectiveConnectivityConfigurationListResult(IList<EffectiveConnectivityConfiguration>, String)

Initialisiert eine neue instance der NetworkManagerEffectiveConnectivityConfigurationListResult-Klasse.

public NetworkManagerEffectiveConnectivityConfigurationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.EffectiveConnectivityConfiguration> value = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.EffectiveConnectivityConfiguration> * string -> Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult
Public Sub New (Optional value As IList(Of EffectiveConnectivityConfiguration) = Nothing, Optional skipToken As String = Nothing)

Parameter

value
IList<EffectiveConnectivityConfiguration>

Ruft eine Seite von NetworkManagerEffectiveConnectivityConfiguration ab.

skipToken
String

Wenn vorhanden, kann der Wert an einen nachfolgenden Abfrageaufruf übergeben werden (zusammen mit denselben Abfragen und Bereichen, die in der aktuellen Anforderung verwendet werden), um die nächste Datenseite abzurufen.

Gilt für: