次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection Get (this Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations operations, string resourceGroupName, string applicationGatewayName, string connectionName);
static member Get : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection
<Extension()>
Public Function Get (operations As IApplicationGatewayPrivateEndpointConnectionsOperations, resourceGroupName As String, applicationGatewayName As String, connectionName As String) As ApplicationGatewayPrivateEndpointConnection

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

applicationGatewayName
String

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

connectionName
String

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

戻り値

適用対象