次の方法で共有


ApiManagementClientExtensions.BeginPerformConnectivityCheckAsyncAsync メソッド

定義

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

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

パラメーター

operations
IApiManagementClient

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

connectivityCheckRequestParams
ConnectivityCheckRequest

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象