次の方法で共有


PrivateLinkResourceOperationsExtensions.Get メソッド

定義

指定したプライベート リンク リソースに関する情報を取得します。

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

パラメーター

operations
IPrivateLinkResourceOperations

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

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

Batch アカウントの名前。

privateLinkResourceName
String

プライベート リンク リソース名。 これは、アカウント内で一意である必要があります。

戻り値

適用対象