NetworkStatusOperationsExtensions.ListByLocation Method
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.
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
Azure SDK for .NET