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.
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. |