Sdílet prostřednictvím


ActiveConnectivityConfigurationsListResult Constructors

Definition

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

value
IList<ActiveConnectivityConfiguration>

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.

Applies to