Share via


INetworkStatusOperations Interface

Definition

NetworkStatusOperations operations.

public interface INetworkStatusOperations
type INetworkStatusOperations = interface
Public Interface INetworkStatusOperations

Methods

ListByLocationWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

Extension Methods

ListByLocation(INetworkStatusOperations, String, String, String)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

ListByLocationAsync(INetworkStatusOperations, String, String, String, CancellationToken)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

ListByService(INetworkStatusOperations, String, String)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

ListByServiceAsync(INetworkStatusOperations, String, String, CancellationToken)

Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.

Applies to