FeaturesOperationsExtensions Class

Definition

Extension methods for FeaturesOperations.

public static class FeaturesOperationsExtensions
type FeaturesOperationsExtensions = class
Public Module FeaturesOperationsExtensions
Inheritance
FeaturesOperationsExtensions

Methods

Get(IFeaturesOperations, String, String)

Gets the preview feature with the specified name.

GetAsync(IFeaturesOperations, String, String, CancellationToken)

Gets the preview feature with the specified name.

List(IFeaturesOperations, String)

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

ListAll(IFeaturesOperations)

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

ListAllAsync(IFeaturesOperations, CancellationToken)

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

ListAllNext(IFeaturesOperations, String)

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.

ListNext(IFeaturesOperations, String)

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.

Register(IFeaturesOperations, String, String)

Registers the preview feature for the subscription.

RegisterAsync(IFeaturesOperations, String, String, CancellationToken)

Registers the preview feature for the subscription.

Unregister(IFeaturesOperations, String, String)

Unregisters the preview feature for the subscription.

UnregisterAsync(IFeaturesOperations, String, String, CancellationToken)

Unregisters the preview feature for the subscription.

Applies to