IFeatures 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.
Operations for managing preview features.
public interface IFeatures
type IFeatures = interface
Public Interface IFeatures
Methods
GetAsync(String, String, CancellationToken) |
Get all features under the subscription. |
ListAllAsync(CancellationToken) |
Gets a list of previewed features for all the providers in the current subscription. |
ListAllNextAsync(String, CancellationToken) |
Gets a list of previewed features of a subscription. |
ListAsync(String, CancellationToken) |
Gets a list of previewed features of a resource provider. |
ListNextAsync(String, CancellationToken) |
Gets a list of previewed features of a resource provider. |
RegisterAsync(String, String, CancellationToken) |
Registers for a previewed feature of a resource provider. |
Extension Methods
Get(IFeatures, String, String) |
Get all features under the subscription. |
GetAsync(IFeatures, String, String) |
Get all features under the subscription. |
List(IFeatures, String) |
Gets a list of previewed features of a resource provider. |
ListAll(IFeatures) |
Gets a list of previewed features for all the providers in the current subscription. |
ListAllAsync(IFeatures) |
Gets a list of previewed features for all the providers in the current subscription. |
ListAllNext(IFeatures, String) |
Gets a list of previewed features of a subscription. |
ListAllNextAsync(IFeatures, String) |
Gets a list of previewed features of a subscription. |
ListAsync(IFeatures, String) |
Gets a list of previewed features of a resource provider. |
ListNext(IFeatures, String) |
Gets a list of previewed features of a resource provider. |
ListNextAsync(IFeatures, String) |
Gets a list of previewed features of a resource provider. |
Register(IFeatures, String, String) |
Registers for a previewed feature of a resource provider. |
RegisterAsync(IFeatures, String, String) |
Registers for a previewed feature of a resource provider. |
Applies to
Azure SDK for .NET