Package version:

InterfacePrivateEndpointConnections

Interface representing a PrivateEndpointConnections.

interface PrivateEndpointConnections {
    beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>;
    beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>;
    beginDelete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
    beginDeleteAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
    get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>;
    listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
}

Methods

  • Deletes a private endpoint connection with a given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • scopeName: string

      The name of the Azure Arc PrivateLinkScope resource.

    • privateEndpointConnectionName: string

      The name of the private endpoint connection.

    • Optionaloptions: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a private endpoint connection with a given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • scopeName: string

      The name of the Azure Arc PrivateLinkScope resource.

    • privateEndpointConnectionName: string

      The name of the private endpoint connection.

    • Optionaloptions: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>