Package version:

Interface PrivateEndpointConnections

Interface representing a PrivateEndpointConnections.

Hierarchy

  • PrivateEndpointConnections

Methods

  • Deletes the specified private endpoint connection associated with the 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.

    • privateEndpointConnectionName: string

      The name of the private endpoint connection.

    • Optional options: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

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

Generated using TypeDoc