Features Interface
Implements
public interface Features
extends SupportsListing<Feature>
Entry point to features management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Feature |
register(String resourceProviderName, String featureName)
Registers a feature in a resource provider. |
abstract Mono<Feature> |
registerAsync(String resourceProviderName, String featureName)
Registers a feature in a resource provider asynchronously. |
Method Details
register
public abstract Feature register(String resourceProviderName, String featureName)
Registers a feature in a resource provider.
Parameters:
resourceProviderName
- the name of the resource provider
featureName
- the name of the feature
Returns:
the registered feature
registerAsync
public abstract Mono
Registers a feature in a resource provider asynchronously.
Parameters:
resourceProviderName
- the name of the resource provider
featureName
- the name of the feature
Returns:
a representation of the deferred computation of this call returning the registered feature
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java