ServiceAssociationLinksListResultInner 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
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
Azure SDK for .NET