Share via


ServiceAssociationLinksListResultInner Constructors

Definition

Overloads

ServiceAssociationLinksListResultInner()

Initializes a new instance of the ServiceAssociationLinksListResultInner class.

ServiceAssociationLinksListResultInner(IList<ServiceAssociationLinkInner>, String)

Initializes a new instance of the ServiceAssociationLinksListResultInner class.

ServiceAssociationLinksListResultInner()

Initializes a new instance of the ServiceAssociationLinksListResultInner class.

public ServiceAssociationLinksListResultInner ();
Public Sub New ()

Applies to

ServiceAssociationLinksListResultInner(IList<ServiceAssociationLinkInner>, String)

Initializes a new instance of the ServiceAssociationLinksListResultInner class.

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

Parameters

value
IList<ServiceAssociationLinkInner>

The service association links in a subnet.

nextLink
String

The URL to get the next set of results.

Applies to