IFeaturesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FeaturesOperations operations.
public interface IFeaturesOperations
type IFeaturesOperations = interface
Public Interface IFeaturesOperations
Methods
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
Azure SDK for .NET