HarvestDataClient.Get(String, String, RequestOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a specified harvest data resource under a particular farmer.
public virtual Azure.Response Get (string farmerId, string harvestDataId, Azure.RequestOptions requestOptions = default);
abstract member Get : string * string * Azure.RequestOptions -> Azure.Response
override this.Get : string * string * Azure.RequestOptions -> Azure.Response
Public Overridable Function Get (farmerId As String, harvestDataId As String, Optional requestOptions As RequestOptions = Nothing) As Response
Parameters
- farmerId
- System.String
ID of the associated farmer resource.
- harvestDataId
- System.String
ID of the harvest data resource.
- requestOptions
- RequestOptions
The request options.