Bagikan melalui


ConnectionMonitorEndpointScope Constructors

Definition

Overloads

ConnectionMonitorEndpointScope()

Initializes a new instance of the ConnectionMonitorEndpointScope class.

ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>)

Initializes a new instance of the ConnectionMonitorEndpointScope class.

ConnectionMonitorEndpointScope()

Initializes a new instance of the ConnectionMonitorEndpointScope class.

public ConnectionMonitorEndpointScope ();
Public Sub New ()

Applies to

ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>)

Initializes a new instance of the ConnectionMonitorEndpointScope class.

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)

Parameters

include
IList<ConnectionMonitorEndpointScopeItem>

List of items which needs to be included to the endpoint scope.

exclude
IList<ConnectionMonitorEndpointScopeItem>

List of items which needs to be excluded from the endpoint scope.

Applies to