HarvestDataClient.DeleteAsync(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.
Deletes a specified harvest data resource under a particular farmer.
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteAsync (string farmerId, string harvestDataId, Azure.RequestOptions requestOptions = default);
abstract member DeleteAsync : string * string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteAsync : string * string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteAsync (farmerId As String, harvestDataId As String, Optional requestOptions As RequestOptions = Nothing) As Task(Of Response)
Parameters
- farmerId
- System.String
ID of the associated farmer resource.
- harvestDataId
- System.String
ID of the harvest data.
- requestOptions
- RequestOptions
The request options.
Returns
- System.Threading.Tasks.Task<Response>