次の方法で共有


ApiManagementClientExtensions.PerformConnectivityCheckAsync メソッド

定義

API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。

public static Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckResponse PerformConnectivityCheckAsync(this Microsoft.Azure.Management.ApiManagement.IApiManagementClient operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest connectivityCheckRequestParams);
static member PerformConnectivityCheckAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementClient * string * string * Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckResponse
<Extension()>
Public Function PerformConnectivityCheckAsync (operations As IApiManagementClient, resourceGroupName As String, serviceName As String, connectivityCheckRequestParams As ConnectivityCheckRequest) As ConnectivityCheckResponse

パラメーター

operations
IApiManagementClient

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

connectivityCheckRequestParams
ConnectivityCheckRequest

接続チェック要求パラメーター。

戻り値

適用対象