Package version:

Interface representing a ScopeMaps.

Hierarchy

  • ScopeMaps

Methods

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

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • 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.

    • Optional options: ScopeMapsCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<ScopeMap>, ScopeMap>>

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

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • 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.

    • Optional options: ScopeMapsCreateOptionalParams

      The options parameters.

    Returns Promise<ScopeMap>

  • Deletes a scope map from a container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optional options: ScopeMapsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a scope map from a container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optional options: ScopeMapsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the properties of the specified scope map.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • scopeMapName: string

      The name of the scope map.

    • Optional options: ScopeMapsGetOptionalParams

      The options parameters.

    Returns Promise<ScopeMap>

Generated using TypeDoc