次の方法で共有


PrivateLinkServicesOperationsExtensions.GetPrivateEndpointConnection メソッド

定義

リソース グループ内の特定のプライベート リンク サービスによって、特定のプライベート エンドポイント接続を取得します。

public static Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection GetPrivateEndpointConnection (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, string expand = default);
static member GetPrivateEndpointConnection : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * string * string -> Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection
<Extension()>
Public Function GetPrivateEndpointConnection (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, Optional expand As String = Nothing) As PrivateEndpointConnection

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

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

peConnectionName
String

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

expand
String

参照先のリソースを展開します。

戻り値

適用対象