Freigeben über


ServiceAssociationLinksListResult Konstruktoren

Definition

Ü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: