Partager via


ServiceAssociationLinksListResult Constructeurs

Définition

Surcharges

ServiceAssociationLinksListResult()

Initialise une nouvelle instance de la classe ServiceAssociationLinksListResult.

ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String)

Initialise une nouvelle instance de la classe ServiceAssociationLinksListResult.

ServiceAssociationLinksListResult()

Initialise une nouvelle instance de la classe ServiceAssociationLinksListResult.

public ServiceAssociationLinksListResult ();
Public Sub New ()

S’applique à

ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String)

Initialise une nouvelle instance de la classe ServiceAssociationLinksListResult.

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)

Paramètres

value
IList<ServiceAssociationLink>

L’association de service est liée dans un sous-réseau.

nextLink
String

URL permettant d’obtenir l’ensemble de résultats suivant.

S’applique à