Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScopeMaps

Package version

Interface representing a ScopeMaps.

Hierarchy

  • ScopeMaps

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

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

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