Freigeben über


SubscriptionResource.GetFeatures(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.Pageable<Azure.ResourceManager.Resources.FeatureResource> GetFeatures (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeatures : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.FeatureResource>
override this.GetFeatures : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.FeatureResource>
Public Overridable Function GetFeatures (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FeatureResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von FeatureResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: