Share via


ServiceAssociationLinksListResult Constructors

Definition

Overloads

ServiceAssociationLinksListResult()

Initializes a new instance of the ServiceAssociationLinksListResult class.

ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String)

Initializes a new instance of the ServiceAssociationLinksListResult class.

ServiceAssociationLinksListResult()

Initializes a new instance of the ServiceAssociationLinksListResult class.

public ServiceAssociationLinksListResult ();
Public Sub New ()

Applies to

ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String)

Initializes a new instance of the ServiceAssociationLinksListResult class.

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

Parameters

value
IList<ServiceAssociationLink>

The service association links in a subnet.

nextLink
String

The URL to get the next set of results.

Applies to