MockableHorizonDBSubscriptionResource.GetHorizonDBParameterGroupsAsync 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.
Lists all HorizonDB parameter groups in a subscription.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.HorizonDb/parameterGroups.
- Operation Id. : HorizonDbParameterGroups_ListBySubscription.
- Default Api Version. : 2026-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.HorizonDB.HorizonDBParameterGroupResource> GetHorizonDBParameterGroupsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetHorizonDBParameterGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HorizonDB.HorizonDBParameterGroupResource>
override this.GetHorizonDBParameterGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HorizonDB.HorizonDBParameterGroupResource>
Public Overridable Function GetHorizonDBParameterGroupsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HorizonDBParameterGroupResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of HorizonDBParameterGroupResource that may take multiple service requests to iterate over.