Freigeben über


FeatureCollection.GetAll(CancellationToken) Methode

Definition

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • Vorgangs-IdFeatures_List
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von FeatureResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: