Features Interface
public interface Features extends SupportsListing
Entry point to features management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
Feature |
register(String resourceProviderName, String featureName)
Registers a feature in a resource provider. |
Observable<Feature> |
registerAsync(String resourceProviderName, String featureName)
Registers a feature in a resource provider asynchronously. |
ServiceFuture<Feature> |
registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously. |
Inherited Members
Method Details
register
public Feature register(String resourceProviderName, String featureName)
Registers a feature in a resource provider.
Parameters:
Returns:
registerAsync
public Observable
Registers a feature in a resource provider asynchronously.
Parameters:
Returns:
registerAsync
public ServiceFuture
Registers a feature in a resource provider asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java