NetworkStatus Interface
Implements
public interface NetworkStatus
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.NetworkStatusInner>
Type representing NetworkStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Network |
listByLocationAsync(String resourceGroupName, String serviceName, String locationName)
Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. |
|
abstract
rx.Observable<Network |
listByServiceAsync(String resourceGroupName, String serviceName)
Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. |
Method Details
listByLocationAsync
public abstract Observable<NetworkStatusContract> listByLocationAsync(String resourceGroupName, String serviceName, String locationName)
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.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<NetworkStatusContractByLocation> listByServiceAsync(String resourceGroupName, String serviceName)
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.
Parameters:
Returns: