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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET