Freigeben über


IFeaturesOperations Schnittstelle

Definition

FeaturesOperationsvorgänge.

public interface IFeaturesOperations
type IFeaturesOperations = interface
Public Interface IFeaturesOperations

Methoden

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft das Vorschaufeature mit dem angegebenen Namen ab.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

RegisterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Registriert das Vorschaufeature für das Abonnement.

Erweiterungsmethoden

GetAsync(IFeaturesOperations, String, String, CancellationToken)

Ruft das Vorschaufeature mit dem angegebenen Namen ab.

ListAllAsync(IFeaturesOperations, CancellationToken)

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

ListAllNextAsync(IFeaturesOperations, String, CancellationToken)

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

ListAsync(IFeaturesOperations, String, CancellationToken)

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

ListNextAsync(IFeaturesOperations, String, CancellationToken)

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

RegisterAsync(IFeaturesOperations, String, String, CancellationToken)

Registriert das Vorschaufeature für das Abonnement.

Gilt für: