ContainerRegistryResource.GetScopeMapAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les propriétés du mappage d’étendue spécifié.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
- IdScopeMaps_Get d’opération
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))
Paramètres
- scopeMapName
- String
Nom de la carte d’étendue.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
scopeMapName
est une chaîne vide et devait être non vide.
scopeMapName
a la valeur null.