次の方法で共有


PrivateLinkResourcesOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

groupName
String

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

戻り値

適用対象