IFeaturesOperations Interface

Definition

FeaturesOperations operations.

public interface IFeaturesOperations
type IFeaturesOperations = interface
Public Interface IFeaturesOperations

Methods

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

Gets the preview feature with the specified name.

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

Gets all the preview features that are available through AFEC for the subscription.

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

Gets all the preview features that are available through AFEC for the subscription.

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

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

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

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

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

Registers the preview feature for the subscription.

Extension Methods

GetAsync(IFeaturesOperations, String, String, CancellationToken)

Gets the preview feature with the specified name.

ListAllAsync(IFeaturesOperations, CancellationToken)

Gets all the preview features that are available through AFEC for the subscription.

ListAllNextAsync(IFeaturesOperations, String, CancellationToken)

Gets all the preview features that are available through AFEC for the subscription.

ListAsync(IFeaturesOperations, String, CancellationToken)

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

ListNextAsync(IFeaturesOperations, String, CancellationToken)

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

RegisterAsync(IFeaturesOperations, String, String, CancellationToken)

Registers the preview feature for the subscription.

Applies to