Package version:

Interface ConnectedRegistries

Interface representing a ConnectedRegistries.

Hierarchy

  • ConnectedRegistries

Methods

  • Deactivates the connected registry instance.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • connectedRegistryName: string

      The name of the connected registry.

    • Optional options: ConnectedRegistriesDeactivateOptionalParams

      The options parameters.

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

  • Deletes a connected registry 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.

    • connectedRegistryName: string

      The name of the connected registry.

    • Optional options: ConnectedRegistriesDeleteOptionalParams

      The options parameters.

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

Generated using TypeDoc