次の方法で共有


Get-AzureRmApplicationGatewayConnectionDraining

バックエンド HTTP 設定オブジェクトの接続ドレイン構成を取得します。

警告

AzureRM PowerShell モジュールは、2024 年 2 月 29 日に正式に非推奨になりました。 引き続きサポートを受け、更新を受け取れるようにするために、AzureRM から Az PowerShell モジュールに移行することをお勧めします。

AzureRM モジュールの機能は今後も使用できますが、メンテナンスやサポートは行われないため、引き続きの使用はユーザーの判断に委ねられ、リスクが発生することがあります。 Az モジュールへの移行に関するガイダンスについては、移行リソースを参照してください。

構文

Get-AzureRmApplicationGatewayConnectionDraining
   -BackendHttpSettings <PSApplicationGatewayBackendHttpSettings>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzureRmApplicationGatewayConnectionDraining コマンドレットは、バックエンド HTTP 設定オブジェクトの接続ドレイン構成を取得します。

例 1

PS C:\> $AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\> $Settings  = Get-AzureRmApplicationGatewayBackendHttpSettings -Name "Settings01" -ApplicationGateway $AppGw
PS C:\> $ConnectionDraining = Get-AzureRmApplicationGatewayConnectionDraining -BackendHttpSettings $Settings

最初のコマンドは、ResourceGroup01 という名前のリソース グループ内の ApplicationGateway01 という名前のアプリケーション ゲートウェイを取得し、$AppGw変数に格納します。 2 番目のコマンドは、$AppGwの Settings01 という名前のバックエンド HTTP 設定を取得し、$Settings変数に設定を格納します。 最後のコマンドは、バックエンド HTTP 設定$Settingsから接続ドレイン構成を取得し、$ConnectionDraining変数に格納します。

パラメーター

-BackendHttpSettings

バックエンドの http 設定

型:PSApplicationGatewayBackendHttpSettings
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。

型:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

入力

PSApplicationGatewayBackendHttpSettings

パラメーター: BackendHttpSettings (ByValue)

出力

PSApplicationGatewayConnectionDraining