Share via


NetworkStatusOperationsExtensions.ListByLocation Method

Definition

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.

public static Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract ListByLocation (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName, string locationName);
static member ListByLocation : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract
<Extension()>
Public Function ListByLocation (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String, locationName As String) As NetworkStatusContract

Parameters

operations
INetworkStatusOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

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.

Returns

Applies to