次の方法で共有


RegistriesOperationsExtensions.ListPrivateLinkResources メソッド

定義

コンテナー レジストリのプライベート リンク リソースを一覧表示します。

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

パラメーター

operations
IRegistriesOperations

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

resourceGroupName
String

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

registryName
String

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

戻り値

適用対象