NetworkManagerEffectiveConnectivityConfigurationListResult Constructors

Definition

Overloads

NetworkManagerEffectiveConnectivityConfigurationListResult()

Initializes a new instance of the NetworkManagerEffectiveConnectivityConfigurationListResult class.

NetworkManagerEffectiveConnectivityConfigurationListResult(IList<EffectiveConnectivityConfiguration>, String)

Initializes a new instance of the NetworkManagerEffectiveConnectivityConfigurationListResult class.

NetworkManagerEffectiveConnectivityConfigurationListResult()

Initializes a new instance of the NetworkManagerEffectiveConnectivityConfigurationListResult class.

public NetworkManagerEffectiveConnectivityConfigurationListResult ();
Public Sub New ()

Applies to

NetworkManagerEffectiveConnectivityConfigurationListResult(IList<EffectiveConnectivityConfiguration>, String)

Initializes a new instance of the NetworkManagerEffectiveConnectivityConfigurationListResult class.

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)

Parameters

value
IList<EffectiveConnectivityConfiguration>

Gets a page of NetworkManagerEffectiveConnectivityConfiguration

skipToken
String

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Applies to