ArmNetworkModelFactory.HopLink Method

Definition

Initializes a new instance of HopLink.

public static Azure.ResourceManager.Network.Models.HopLink HopLink (string nextHopId = default, string linkType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo> issues = default, System.Collections.Generic.IReadOnlyDictionary<string,string> context = default, Azure.Core.ResourceIdentifier resourceId = default, long? roundTripTimeMin = default, long? roundTripTimeAvg = default, long? roundTripTimeMax = default);
static member HopLink : string * string * seq<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.Core.ResourceIdentifier * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.Network.Models.HopLink
Public Shared Function HopLink (Optional nextHopId As String = Nothing, Optional linkType As String = Nothing, Optional issues As IEnumerable(Of ConnectivityIssueInfo) = Nothing, Optional context As IReadOnlyDictionary(Of String, String) = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional roundTripTimeMin As Nullable(Of Long) = Nothing, Optional roundTripTimeAvg As Nullable(Of Long) = Nothing, Optional roundTripTimeMax As Nullable(Of Long) = Nothing) As HopLink

Parameters

nextHopId
String

The ID of the next hop.

linkType
String

Link type.

issues
IEnumerable<ConnectivityIssueInfo>

List of issues.

context
IReadOnlyDictionary<String,String>

Provides additional context on links.

resourceId
ResourceIdentifier

Resource ID.

roundTripTimeMin
Nullable<Int64>

Minimum roundtrip time in milliseconds.

roundTripTimeAvg
Nullable<Int64>

Average roundtrip time in milliseconds.

roundTripTimeMax
Nullable<Int64>

Maximum roundtrip time in milliseconds.

Returns

A new HopLink instance for mocking.

Applies to