Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScopeMapsImpl

Package version

Class containing ScopeMaps operations.

Hierarchy

  • ScopeMapsImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<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>

beginUpdate

beginUpdateAndWait

get

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

list

  • Lists all the scope maps for the specified 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.

    • Optional options: ScopeMapsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ScopeMap>

Generated using TypeDoc