Interface Features
- All Superinterfaces:
SupportsListing<Feature>
Entry point to features management API.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details
-
register
Registers a feature in a resource provider.- Parameters:
resourceProviderName- the name of the resource providerfeatureName- the name of the feature- Returns:
- the registered feature
-
registerAsync
Registers a feature in a resource provider asynchronously.- Parameters:
resourceProviderName- the name of the resource providerfeatureName- the name of the feature- Returns:
- a representation of the deferred computation of this call returning the registered feature
-