Package version:

Interface PrivateEndpointConnections

Interface representing a PrivateEndpointConnections.

interface PrivateEndpointConnections {
    beginDelete(resourceGroupName, farmBeatsResourceName, privateEndpointConnectionName, options?): Promise<PollerLike<PollOperationState<void>, void>>;
    beginDeleteAndWait(resourceGroupName, farmBeatsResourceName, privateEndpointConnectionName, options?): Promise<void>;
    createOrUpdate(resourceGroupName, farmBeatsResourceName, privateEndpointConnectionName, body, options?): Promise<PrivateEndpointConnection>;
    get(resourceGroupName, farmBeatsResourceName, privateEndpointConnectionName, options?): Promise<PrivateEndpointConnection>;
    listByResource(resourceGroupName, farmBeatsResourceName, options?): PagedAsyncIterableIterator<PrivateEndpointConnection>;
}

Methods

  • Delete Private endpoint connection request.

    Parameters

    • resourceGroupName: string

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

    • farmBeatsResourceName: string

      FarmBeats resource name.

    • privateEndpointConnectionName: string

      Private endpoint connection name.

    • Optional options: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

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

  • Delete Private endpoint connection request.

    Parameters

    • resourceGroupName: string

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

    • farmBeatsResourceName: string

      FarmBeats resource name.

    • privateEndpointConnectionName: string

      Private endpoint connection name.

    • Optional options: PrivateEndpointConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>