ArmNetworkModelFactory.ConnectionMonitorEndpointScopeItem(String) Method

Definition

public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem ConnectionMonitorEndpointScopeItem(string address = default);
static member ConnectionMonitorEndpointScopeItem : string -> Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem
Public Shared Function ConnectionMonitorEndpointScopeItem (Optional address As String = Nothing) As ConnectionMonitorEndpointScopeItem

Parameters

address
String

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

Returns

A new ConnectionMonitorEndpointScopeItem instance for mocking.

Applies to