Share via


CropProducts Class

Definition

The CropProducts sub-client.

public class CropProducts
type CropProducts = class
Public Class CropProducts
Inheritance
CropProducts

Constructors

CropProducts()

Initializes a new instance of CropProducts for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdate(String, RequestContent, RequestContext)

Creates or updates a crop Product resource.

CreateOrUpdateAsync(String, RequestContent, RequestContext)

Creates or updates a crop Product resource.

Delete(String, RequestContext)

Deletes a specified crop Product resource.

DeleteAsync(String, RequestContext)

Deletes a specified crop Product resource.

GetCropProduct(String, RequestContext)

Gets a specified crop Product resource.

GetCropProductAsync(String, RequestContext)

Gets a specified crop Product resource.

GetCropProducts(IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of crop product resources.

GetCropProductsAsync(IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of crop product resources.

Applies to