ConnectionMonitorEndpointScopeItem Constructors

Definition

Overloads

ConnectionMonitorEndpointScopeItem()

Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.

ConnectionMonitorEndpointScopeItem(String)

Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.

ConnectionMonitorEndpointScopeItem()

Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.

public ConnectionMonitorEndpointScopeItem ();
Public Sub New ()

Applies to

ConnectionMonitorEndpointScopeItem(String)

Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.

public ConnectionMonitorEndpointScopeItem (string address = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem : string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem
Public Sub New (Optional address As String = Nothing)

Parameters

address
String

The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP address.

Applies to