Aracılığıyla paylaş


ResourceNavigationLinksListResult Constructors

Definition

Overloads

ResourceNavigationLinksListResult()

Initializes a new instance of the ResourceNavigationLinksListResult class.

ResourceNavigationLinksListResult(IList<ResourceNavigationLink>, String)

Initializes a new instance of the ResourceNavigationLinksListResult class.

ResourceNavigationLinksListResult()

Initializes a new instance of the ResourceNavigationLinksListResult class.

public ResourceNavigationLinksListResult ();
Public Sub New ()

Applies to

ResourceNavigationLinksListResult(IList<ResourceNavigationLink>, String)

Initializes a new instance of the ResourceNavigationLinksListResult class.

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

Parameters

value
IList<ResourceNavigationLink>

The resource navigation links in a subnet.

nextLink
String

The URL to get the next set of results.

Applies to