次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.Get メソッド

定義

指定したプライベート エンドポイント接続名の説明を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

public static Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection Get (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

privateEndpointConnectionName
String

PrivateEndpointConnection 名

戻り値

適用対象