ArmNetworkModelFactory.ConnectionMonitorDestination 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.ConnectionMonitorDestination ConnectionMonitorDestination(Azure.Core.ResourceIdentifier resourceId = default, string address = default, int? port = default);
static member ConnectionMonitorDestination : Azure.Core.ResourceIdentifier * string * Nullable<int> -> Azure.ResourceManager.Network.Models.ConnectionMonitorDestination
Public Shared Function ConnectionMonitorDestination (Optional resourceId As ResourceIdentifier = Nothing, Optional address As String = Nothing, Optional port As Nullable(Of Integer) = Nothing) As ConnectionMonitorDestination
Parameters
- resourceId
- ResourceIdentifier
The ID of the resource used as the destination by connection monitor.
- address
- String
Address of the connection monitor destination (IP or domain name).
Returns
A new ConnectionMonitorDestination instance for mocking.