次の方法で共有


RegistriesOperationsExtensions.GetPrivateLinkResource メソッド

定義

コンテナー レジストリの指定したグループ名でプライベート リンク リソースを取得します。

public static Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource GetPrivateLinkResource(this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, string groupName);
static member GetPrivateLinkResource : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource
<Extension()>
Public Function GetPrivateLinkResource (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, groupName As String) As PrivateLinkResource

パラメーター

operations
IRegistriesOperations

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

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

groupName
String

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

戻り値

適用対象