次の方法で共有


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnections メソッド

定義

特定のプライベート リンク サービスのすべてのプライベート エンドポイント接続を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> ListPrivateEndpointConnections (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName);
static member ListPrivateEndpointConnections : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListPrivateEndpointConnections (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String) As IPage(Of PrivateEndpointConnection)

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

プライベート リンク サービスの名前。

戻り値

適用対象