MySqlFlexibleServersCapabilityCollection.GetAllAsync Method

Definition

Get capabilities at specified location in a given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets
  • Operation Id: LocationBasedCapabilitySet_List
  • Default Api Version: 2023-12-30
  • Resource: MySqlFlexibleServersCapabilityResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlFlexibleServersCapabilityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MySqlFlexibleServersCapabilityResource that may take multiple service requests to iterate over.

Applies to