Share via


ConnectionMonitorEndpoint(String) Constructor

Definition

Initializes a new instance of ConnectionMonitorEndpoint.

public ConnectionMonitorEndpoint (string name);
new Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint : string -> Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint
Public Sub New (name As String)

Parameters

name
String

The name of the connection monitor endpoint.

Exceptions

name is null.

Applies to