---
type: docs
title: "IAzureFunctionOverrides"
linkTitle: "IAzureFunctionOverrides"
gitUrl: "https://github.com/pip-services3-gox/pip-services3-rpc-gox"
description: >
    Interface to perform on-demand registrations.
---

### Description

The IAzureFunctionOverrides interface is used to perform on-demand registrations.

### Methods

#### Register
Performs the required registration steps.

> Register()

#### SetReferences
Sets references to dependent components.

> (c [*AzureFunctionClient]()) SetReferences(ctx context.Context, references [IReferences](../../../commons/refer/ireferences))

- **ctx**: context.Context - operation context.
- **references**: [IReferences](../../../commons/refer/ireferences) - references to locate the component dependencies.

