Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Replications

Package version

Interface representing a Replications.

Hierarchy

  • Replications

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a replication 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.

    • replicationName: string

      The name of the replication.

    • Optional options: ReplicationsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

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

    • replicationName: string

      The name of the replication.

    • Optional options: ReplicationsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

list

  • Lists all the replications 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: ReplicationsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Replication>

Generated using TypeDoc