ArmNetworkModelFactory.HopLink 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.HopLink HopLink(string nextHopId = default, string linkType = default, long? roundTripTimeMin = default, long? roundTripTimeAvg = default, long? roundTripTimeMax = 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);
static member HopLink : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * seq<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.HopLink
Public Shared Function HopLink (Optional nextHopId As String = Nothing, Optional linkType As String = Nothing, Optional roundTripTimeMin As Nullable(Of Long) = Nothing, Optional roundTripTimeAvg As Nullable(Of Long) = Nothing, Optional roundTripTimeMax As Nullable(Of Long) = Nothing, Optional issues As IEnumerable(Of ConnectivityIssueInfo) = Nothing, Optional context As IReadOnlyDictionary(Of String, String) = Nothing, Optional resourceId As ResourceIdentifier = 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.
Returns
A new HopLink instance for mocking.