Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrivateEndpointConnections

Package version

Interface representing a PrivateEndpointConnections.

Hierarchy

  • PrivateEndpointConnections

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

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

beginDeleteAndWait

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

get

list

Generated using TypeDoc