你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkStatus Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.NetworkStatusInner>

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<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.

abstract rx.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.

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:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
locationName - Location in which the API Management service is deployed. This is one of the Azure Regions like West US, East US, South Central US.

Returns:

the observable for the request

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:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

Applies to