IApplicationGatewaysOperations.BackendHealthOnDemandWithHttpMessagesAsync メソッド

定義

リソース グループ内の指定されたアプリケーション ゲートウェイのバックエンド プールと http 設定の特定の組み合わせのバックエンド正常性を取得します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner>> BackendHealthOnDemandWithHttpMessagesAsync (string resourceGroupName, string applicationGatewayName, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe probeRequest, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BackendHealthOnDemandWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner>>
Public Function BackendHealthOnDemandWithHttpMessagesAsync (resourceGroupName As String, applicationGatewayName As String, probeRequest As ApplicationGatewayOnDemandProbe, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ApplicationGatewayBackendHealthOnDemandInner))

パラメーター

resourceGroupName
String

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

applicationGatewayName
String

アプリケーション ゲートウェイの名前。

probeRequest
ApplicationGatewayOnDemandProbe

オンデマンド テスト プローブ操作の要求本文。

expand
String

バックエンド正常性で参照される BackendAddressPool と BackendHttpSettings を展開します。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象