Freigeben über


NetworkStatusOperationsExtensions.ListByLocationAsync Methode

Definition

Ruft den Konnektivitätsstatus für die externen Ressourcen ab, von denen der Api Management-Dienst innerhalb des Clouddiensts abhängt. Dadurch werden auch die DNS-Server zurückgegeben, die für den CloudService sichtbar sind.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract> ListByLocationAsync (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract>
<Extension()>
Public Function ListByLocationAsync (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkStatusContract)

Parameter

operations
INetworkStatusOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

locationName
String

Speicherort, an dem der API Management-Dienst bereitgestellt wird. Dies ist eine der Azure-Regionen wie USA, Westen, USA, Osten und USA, Süden, Mitte.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: