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.
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.
Returns
A new HopLink instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET