FarmBeatsExtensions interface
Interface representing a FarmBeatsExtensions.
Methods
| get(string, Farm |
Get farmBeats extension. |
| list(Farm |
Get list of farmBeats extension. |
Method Details
get(string, FarmBeatsExtensionsGetOptionalParams)
Get farmBeats extension.
function get(farmBeatsExtensionId: string, options?: FarmBeatsExtensionsGetOptionalParams): Promise<FarmBeatsExtension>
Parameters
- farmBeatsExtensionId
-
string
farmBeatsExtensionId to be queried.
The options parameters.
Returns
Promise<FarmBeatsExtension>
list(FarmBeatsExtensionsListOptionalParams)
Get list of farmBeats extension.
function list(options?: FarmBeatsExtensionsListOptionalParams): PagedAsyncIterableIterator<FarmBeatsExtension, FarmBeatsExtension[], PageSettings>
Parameters
The options parameters.