ServiceAssociationLinksListResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ServiceAssociationLinksListResult() |
Initialisiert eine neue instance der ServiceAssociationLinksListResult-Klasse. |
ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String) |
Initialisiert eine neue instance der ServiceAssociationLinksListResult-Klasse. |
ServiceAssociationLinksListResult()
Initialisiert eine neue instance der ServiceAssociationLinksListResult-Klasse.
public ServiceAssociationLinksListResult ();
Public Sub New ()
Gilt für:
ServiceAssociationLinksListResult(IList<ServiceAssociationLink>, String)
Initialisiert eine neue instance der ServiceAssociationLinksListResult-Klasse.
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)
Parameter
- value
- IList<ServiceAssociationLink>
Die Dienstzuordnungslinks in einem Subnetz.
- nextLink
- String
Die URL zum Abrufen des nächsten Resultsets.
Gilt für:
Azure SDK for .NET