次の方法で共有


ContainerRegistryResource.GetScopeMapAsync(String, CancellationToken) メソッド

定義

指定したスコープ マップのプロパティを取得します。

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

パラメーター

scopeMapName
String

スコープ マップの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

scopeMapName が null です。

適用対象