Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrivateEndpointConnectionsImpl

Package version

Class containing PrivateEndpointConnections operations.

Hierarchy

  • PrivateEndpointConnectionsImpl

Implements

Index

Constructors

constructor

Methods

beginDelete

  • Delete a specific private endpoint connection under a topic, domain, or partner namespace.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • parentType: ParentType

      The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.

    • parentName: string

      The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

    • privateEndpointConnectionName: string

      The name of the private endpoint connection connection.

    • Optional options: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete a specific private endpoint connection under a topic, domain, or partner namespace.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • parentType: ParentType

      The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.

    • parentName: string

      The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

    • privateEndpointConnectionName: string

      The name of the private endpoint connection connection.

    • Optional options: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

listByResource

Generated using TypeDoc