次の方法で共有


PrivateLinkResourcesOperationsExtensions.Get メソッド

定義

プライベート リンク リソースを取得します。

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

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

privateLinkResourceName
String

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

戻り値

適用対象