Package version:

Interface representing a ScopeMaps.

interface ScopeMaps {
    beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMap>, ScopeMap>>;
    beginCreateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<ScopeMap>;
    beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
    beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
    beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMap>, ScopeMap>>;
    beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMap>;
    get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsGetOptionalParams): Promise<ScopeMap>;
    list(resourceGroupName: string, registryName: string, options?: ScopeMapsListOptionalParams): PagedAsyncIterableIterator<ScopeMap>;
}

Methods

  • Creates a scope map for a container registry with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • scopeMapCreateParameters: ScopeMap

      The parameters for creating a scope map.

    • Optionaloptions: ScopeMapsCreateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<ScopeMap>, ScopeMap>>

  • Creates a scope map for a container registry with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • scopeMapCreateParameters: ScopeMap

      The parameters for creating a scope map.

    • Optionaloptions: ScopeMapsCreateOptionalParams

      The options parameters.

    Returns Promise<ScopeMap>

  • Deletes a scope map from a container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optionaloptions: ScopeMapsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a scope map from a container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optionaloptions: ScopeMapsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Updates a scope map with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • scopeMapUpdateParameters: ScopeMapUpdateParameters

      The parameters for updating a scope map.

    • Optionaloptions: ScopeMapsUpdateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<ScopeMap>, ScopeMap>>

  • Updates a scope map with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • scopeMapUpdateParameters: ScopeMapUpdateParameters

      The parameters for updating a scope map.

    • Optionaloptions: ScopeMapsUpdateOptionalParams

      The options parameters.

    Returns Promise<ScopeMap>

  • Gets the properties of the specified scope map.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optionaloptions: ScopeMapsGetOptionalParams

      The options parameters.

    Returns Promise<ScopeMap>

  • Lists all the scope maps for the specified container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • registryName: string

      The name of the container registry.

    • Optionaloptions: ScopeMapsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ScopeMap>