ExtensionCollection.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 installed extensions details.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions
- Operation Id: Extensions_ListByFarmBeats
public virtual Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.ExtensionResource> GetAllAsync (System.Collections.Generic.IEnumerable<string> extensionIds = default, System.Collections.Generic.IEnumerable<string> extensionCategories = default, int? maxPageSize = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : seq<string> * seq<string> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.ExtensionResource>
override this.GetAllAsync : seq<string> * seq<string> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AgFoodPlatform.ExtensionResource>
Public Overridable Function GetAllAsync (Optional extensionIds As IEnumerable(Of String) = Nothing, Optional extensionCategories As IEnumerable(Of String) = Nothing, Optional maxPageSize As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExtensionResource)
Parameters
- extensionIds
- IEnumerable<String>
Installed extension ids.
- extensionCategories
- IEnumerable<String>
Installed extension categories.
Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
- skipToken
- String
Skip token for getting next set of results.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ExtensionResource 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