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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript