ConnectionMonitorEndpointScope 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
ConnectionMonitorEndpointScope() |
Initialisiert eine neue instance der ConnectionMonitorEndpointScope-Klasse. |
ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>) |
Initialisiert eine neue instance der ConnectionMonitorEndpointScope-Klasse. |
ConnectionMonitorEndpointScope()
Initialisiert eine neue instance der ConnectionMonitorEndpointScope-Klasse.
public ConnectionMonitorEndpointScope();
Public Sub New ()
Gilt für:
ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>)
Initialisiert eine neue instance der ConnectionMonitorEndpointScope-Klasse.
public ConnectionMonitorEndpointScope(System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> include = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> exclude = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope
Public Sub New (Optional include As IList(Of ConnectionMonitorEndpointScopeItem) = Nothing, Optional exclude As IList(Of ConnectionMonitorEndpointScopeItem) = Nothing)
Parameter
- include
- IList<ConnectionMonitorEndpointScopeItem>
Liste der Elemente, die in den Endpunktbereich aufgenommen werden müssen.
- exclude
- IList<ConnectionMonitorEndpointScopeItem>
Liste der Elemente, die aus dem Endpunktbereich ausgeschlossen werden müssen.
Gilt für:
Azure SDK for .NET