ArmNetworkModelFactory.ConnectionMonitorTestGroup 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.ConnectionMonitorTestGroup ConnectionMonitorTestGroup(string name = default, bool? disable = default, System.Collections.Generic.IEnumerable<string> testConfigurations = default, System.Collections.Generic.IEnumerable<string> sources = default, System.Collections.Generic.IEnumerable<string> destinations = default);
static member ConnectionMonitorTestGroup : string * Nullable<bool> * seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.ConnectionMonitorTestGroup
Public Shared Function ConnectionMonitorTestGroup (Optional name As String = Nothing, Optional disable As Nullable(Of Boolean) = Nothing, Optional testConfigurations As IEnumerable(Of String) = Nothing, Optional sources As IEnumerable(Of String) = Nothing, Optional destinations As IEnumerable(Of String) = Nothing) As ConnectionMonitorTestGroup
Parameters
- name
- String
The name of the connection monitor test group.
- testConfigurations
- IEnumerable<String>
List of test configuration names.
- sources
- IEnumerable<String>
List of source endpoint names.
- destinations
- IEnumerable<String>
List of destination endpoint names.
Returns
A new ConnectionMonitorTestGroup instance for mocking.