INetworkStatusOperations 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.
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
Azure SDK for .NET