ArmNetworkModelFactory.ConnectionMonitorEndpointScopeItem(String) 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 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.