IConnectivityCheck Interface
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.
A client-side representation allowing user to verify the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server.
public interface IConnectivityCheck : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IConnectivityCheck>
type IConnectivityCheck = interface
interface IBeta
interface IExecutable<IConnectivityCheck>
interface IIndexable
interface IHasParent<INetworkWatcher>
Public Interface IConnectivityCheck
Implements IBeta, IExecutable(Of IConnectivityCheck), IHasParent(Of INetworkWatcher)
- Implements
Properties
AvgLatencyInMs |
Gets average latency in milliseconds. |
ConnectionStatus |
Gets the connection status. |
Hops |
Gets list of hops between the source and the destination. |
Key | (Inherited from IIndexable) |
MaxLatencyInMs |
Gets maximum latency in milliseconds. |
MinLatencyInMs |
Gets minimum latency in milliseconds. |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
ProbesFailed |
Gets number of failed probes. |
ProbesSent |
Gets total number of probes sent. |
Methods
Execute() |
Execute the request. (Inherited from IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Execute the request asynchronously. (Inherited from IExecutable<T>) |
Applies to
Azure SDK for .NET