ArmNetworkModelFactory.HopLink Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do 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
Parâmetros
- nextHopId
- String
A ID do próximo salto.
- linkType
- String
Tipo de link.
- issues
- IEnumerable<ConnectivityIssueInfo>
Lista de problemas.
- context
- IReadOnlyDictionary<String,String>
Fornece contexto adicional em links.
- resourceId
- ResourceIdentifier
ID do recurso.
Retornos
Uma nova HopLink instância para zombar.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET