次の方法で共有


PrivateLinkResourcesOperationsExtensions.Get メソッド

定義

Privatelinks をサポートするリソースの一覧を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

戻り値

適用対象