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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for JavaScript