次の方法で共有


ContainerRegistryResource.GetContainerRegistryPrivateLinkResourceAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateLinkResources/{groupName}
  • 操作IdRegistries_GetPrivateLinkResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource>> GetContainerRegistryPrivateLinkResourceAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerRegistryPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource>>
override this.GetContainerRegistryPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource>>
Public Overridable Function GetContainerRegistryPrivateLinkResourceAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerRegistryPrivateLinkResource))

パラメーター

groupName
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

groupName は空の文字列であり、空でないと想定されていました。

groupName が null です。

適用対象