ArmNetworkModelFactory.ConnectionMonitorEndpointScope Method
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.
public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScope ConnectionMonitorEndpointScope(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem> include = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem> exclude = default);
static member ConnectionMonitorEndpointScope : seq<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem> -> Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScope
Public Shared Function ConnectionMonitorEndpointScope (Optional include As IEnumerable(Of ConnectionMonitorEndpointScopeItem) = Nothing, Optional exclude As IEnumerable(Of ConnectionMonitorEndpointScopeItem) = Nothing) As ConnectionMonitorEndpointScope
Parameters
List of items which needs to be included to the endpoint scope.
List of items which needs to be excluded from the endpoint scope.
Returns
A new ConnectionMonitorEndpointScope instance for mocking.