NetworkStatusOperationsExtensions.ListByService Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el estado de conectividad a los recursos externos en los que depende el servicio Api Management desde dentro del servicio en la nube. Esto también devuelve los servidores DNS como visibles para CloudService.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation> ListByService (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>
<Extension()>
Public Function ListByService (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String) As IList(Of NetworkStatusContractByLocation)
Parámetros
- operations
- INetworkStatusOperations
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- serviceName
- String
Nombre del servicio API Management.
Devoluciones
Se aplica a
Azure SDK for .NET