ConnectionMonitorBaseCmdlet.GetTestConfigurationByName 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 Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration GetTestConfigurationByName (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> TestConfigurations, string TestConfigName);
member this.GetTestConfigurationByName : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration
Public Function GetTestConfigurationByName (TestConfigurations As IList(Of ConnectionMonitorTestConfiguration), TestConfigName As String) As ConnectionMonitorTestConfiguration
Parameters
- TestConfigurations
- IList<ConnectionMonitorTestConfiguration>
- TestConfigName
- String