次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.GetAsync メソッド

定義

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

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

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

applicationGatewayName
String

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

connectionName
String

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象