FarmBeatsExtensionCollection.GetAllAsync 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 list of farmBeats extension.
- Request Path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions
- Operation Id: FarmBeatsExtensions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatsExtensionResource> GetAllAsync (System.Collections.Generic.IEnumerable<string> farmBeatsExtensionIds = default, System.Collections.Generic.IEnumerable<string> farmBeatsExtensionNames = default, System.Collections.Generic.IEnumerable<string> extensionCategories = default, System.Collections.Generic.IEnumerable<string> publisherIds = default, int? maxPageSize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : seq<string> * seq<string> * seq<string> * seq<string> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatsExtensionResource>
override this.GetAllAsync : seq<string> * seq<string> * seq<string> * seq<string> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatsExtensionResource>
Public Overridable Function GetAllAsync (Optional farmBeatsExtensionIds As IEnumerable(Of String) = Nothing, Optional farmBeatsExtensionNames As IEnumerable(Of String) = Nothing, Optional extensionCategories As IEnumerable(Of String) = Nothing, Optional publisherIds As IEnumerable(Of String) = Nothing, Optional maxPageSize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FarmBeatsExtensionResource)
Parameters
- farmBeatsExtensionIds
- IEnumerable<String>
FarmBeatsExtension ids.
- farmBeatsExtensionNames
- IEnumerable<String>
FarmBeats extension names.
- extensionCategories
- IEnumerable<String>
Extension categories.
- publisherIds
- IEnumerable<String>
Publisher ids.
Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of FarmBeatsExtensionResource that may take multiple service requests to iterate over.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET