ActiveConnectivityConfigurationsListResult 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
ActiveConnectivityConfigurationsListResult() |
Initializes a new instance of the ActiveConnectivityConfigurationsListResult class. |
ActiveConnectivityConfigurationsListResult(IList<ActiveConnectivityConfiguration>, String) |
Initializes a new instance of the ActiveConnectivityConfigurationsListResult class. |
ActiveConnectivityConfigurationsListResult()
Initializes a new instance of the ActiveConnectivityConfigurationsListResult class.
public ActiveConnectivityConfigurationsListResult ();
Public Sub New ()
Applies to
ActiveConnectivityConfigurationsListResult(IList<ActiveConnectivityConfiguration>, String)
Initializes a new instance of the ActiveConnectivityConfigurationsListResult class.
public ActiveConnectivityConfigurationsListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfiguration> value = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfiguration> * string -> Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult
Public Sub New (Optional value As IList(Of ActiveConnectivityConfiguration) = Nothing, Optional skipToken As String = Nothing)
Parameters
Gets a page of active connectivity configurations.
- 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.