次の方法で共有


PrivateEndpointConnectionOperationsExtensions.GetByName メソッド

定義

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

public static Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection GetByName (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateEndpointConnectionName);
static member GetByName : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection
<Extension()>
Public Function GetByName (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

パラメーター

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

privateEndpointConnectionName
String

プライベート エンドポイント接続の名前。

戻り値

適用対象