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