FeaturesOperationsExtensions Class
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.
public static class FeaturesOperationsExtensions
type FeaturesOperationsExtensions = class
Public Module FeaturesOperationsExtensions
Inheritance
FeaturesOperationsExtensions
Methods
Get(IFeaturesOperations, String, String)
GetAsync(IFeaturesOperations, String, String, CancellationToken)
List(IFeaturesOperations, String)
ListAll(IFeaturesOperations)
ListAllAsync(IFeaturesOperations, CancellationToken)
ListAllNext(IFeaturesOperations, String)
ListAllNextAsync(IFeaturesOperations, String, CancellationToken)
ListAsync(IFeaturesOperations, String, CancellationToken)
ListNext(IFeaturesOperations, String)
ListNextAsync(IFeaturesOperations, String, CancellationToken)
Register(IFeaturesOperations, String, String)
RegisterAsync(IFeaturesOperations, String, String, CancellationToken)
Applies to