ApplicationGatewaysOperationsExtensions.BeginBackendHealthAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthInner> BeginBackendHealthAsync (this Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginBackendHealthAsync : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthInner>
<Extension()>
Public Function BeginBackendHealthAsync (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGatewayBackendHealthInner)

パラメーター

operations
IApplicationGatewaysOperations

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

resourceGroupName
String

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

applicationGatewayName
String

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

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象