ArmNetworkModelFactory.ConnectivityInformation 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 ConnectivityInformation.
public static Azure.ResourceManager.Network.Models.ConnectivityInformation ConnectivityInformation (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectivityHopInfo> hops = default, Azure.ResourceManager.Network.Models.NetworkConnectionStatus? networkConnectionStatus = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default);
static member ConnectivityInformation : seq<Azure.ResourceManager.Network.Models.ConnectivityHopInfo> * Nullable<Azure.ResourceManager.Network.Models.NetworkConnectionStatus> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Network.Models.ConnectivityInformation
Public Shared Function ConnectivityInformation (Optional hops As IEnumerable(Of ConnectivityHopInfo) = Nothing, Optional networkConnectionStatus As Nullable(Of NetworkConnectionStatus) = Nothing, Optional avgLatencyInMs As Nullable(Of Integer) = Nothing, Optional minLatencyInMs As Nullable(Of Integer) = Nothing, Optional maxLatencyInMs As Nullable(Of Integer) = Nothing, Optional probesSent As Nullable(Of Integer) = Nothing, Optional probesFailed As Nullable(Of Integer) = Nothing) As ConnectivityInformation
Parameters
List of hops between the source and the destination.
- networkConnectionStatus
- Nullable<NetworkConnectionStatus>
The connection status.
Returns
A new ConnectivityInformation instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET