NetworkManagerEffectiveConnectivityConfigurationListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET