ConnectionMonitorEndpointScope Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET