Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectedRegistries

Package version

Interface representing a ConnectedRegistries.

Hierarchy

  • ConnectedRegistries

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

beginDeactivate

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

beginDeactivateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): 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>>

beginDeleteAndWait

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

beginUpdate

beginUpdateAndWait

get

list

Generated using TypeDoc