NetworkStatus interface

Interface representing a NetworkStatus.

Methods

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

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(string, string, NetworkStatusListByServiceOptionalParams)

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.

Method Details

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

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.

function listByLocation(resourceGroupName: string, serviceName: string, locationName: string, options?: NetworkStatusListByLocationOptionalParams): Promise<NetworkStatusContract>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

locationName

string

Location in which the API Management service is deployed. This is one of the Azure Regions like West US, East US, South Central US.

options
NetworkStatusListByLocationOptionalParams

The options parameters.

Returns

listByService(string, string, NetworkStatusListByServiceOptionalParams)

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.

function listByService(resourceGroupName: string, serviceName: string, options?: NetworkStatusListByServiceOptionalParams): Promise<NetworkStatusListByServiceResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

options
NetworkStatusListByServiceOptionalParams

The options parameters.

Returns