ArmNetworkModelFactory.ConnectivityDestination 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.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.
Returns
A new ConnectivityDestination instance for mocking.