IFeatures Interface
Definition
Entry point to features management API.
public interface IFeatures : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IFeature>
type IFeatures = interface
interface ISupportsListing<IFeature>
Public Interface IFeatures
Implements ISupportsListing(Of IFeature)
- Implements
Methods
List() |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
Register(String, String) |
Registers a feature in a resource provider. |
RegisterAsync(String, String, CancellationToken) |
Registers a feature in a resource provider. |