ServiceAssociationLinksListResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET