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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET