Dela via


FeatureCollection.GetAll(CancellationToken) Method

Definition

Gets all the preview features in a provider namespace that are available through AFEC for the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • Operation Id: Features_List
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
public virtual Azure.Pageable<Azure.ResourceManager.Resources.FeatureResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.FeatureResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.FeatureResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FeatureResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of FeatureResource that may take multiple service requests to iterate over.

Applies to