ResourceNavigationLinksListResultInner 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
ResourceNavigationLinksListResultInner() |
Initializes a new instance of the ResourceNavigationLinksListResultInner class. |
ResourceNavigationLinksListResultInner(IList<ResourceNavigationLinkInner>, String) |
Initializes a new instance of the ResourceNavigationLinksListResultInner class. |
ResourceNavigationLinksListResultInner()
Initializes a new instance of the ResourceNavigationLinksListResultInner class.
public ResourceNavigationLinksListResultInner ();
Public Sub New ()
Applies to
ResourceNavigationLinksListResultInner(IList<ResourceNavigationLinkInner>, String)
Initializes a new instance of the ResourceNavigationLinksListResultInner class.
public ResourceNavigationLinksListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinkInner> value = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinksListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinkInner> * string -> Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinksListResultInner
Public Sub New (Optional value As IList(Of ResourceNavigationLinkInner) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<ResourceNavigationLinkInner>
The resource navigation links in a subnet.
- nextLink
- String
The URL to get the next set of results.