Freigeben über


SubscriptionResource.GetFeaturesAsync(CancellationToken) Methode

Definition

Ruft alle Vorschaufeatures ab, die über AFEC für das Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Features/features
  • Vorgangs-IdFeatures_ListAll
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.FeatureResource> GetFeaturesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeaturesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.FeatureResource>
override this.GetFeaturesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.FeatureResource>
Public Overridable Function GetFeaturesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FeatureResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von FeatureResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: