ArmNetworkModelFactory.ConnectivityDestination Method

Definition

public static Azure.ResourceManager.Network.Models.ConnectivityDestination ConnectivityDestination(Azure.Core.ResourceIdentifier resourceId = default, string address = default, int? port = default);
static member ConnectivityDestination : Azure.Core.ResourceIdentifier * string * Nullable<int> -> Azure.ResourceManager.Network.Models.ConnectivityDestination
Public Shared Function ConnectivityDestination (Optional resourceId As ResourceIdentifier = Nothing, Optional address As String = Nothing, Optional port As Nullable(Of Integer) = Nothing) As ConnectivityDestination

Parameters

resourceId
ResourceIdentifier

The ID of the resource to which a connection attempt will be made.

address
String

The IP address or URI the resource to which a connection attempt will be made.

port
Nullable<Int32>

Port on which check connectivity will be performed.

Returns

A new ConnectivityDestination instance for mocking.

Applies to