Agent entry point overview

Developing an agent means developing the entry points that the agent can call to perform operations on a resource, such as to bring a resource online, to take a resource offline, or to monitor the resource.

The agent framework supports the following commonly used entry points:

The agent framework also supports the following rarely needed entry points:

This chapter contains descriptions of each of the supported entry points.

See Agent entry points.