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 rx.Observable<Feature> |
registerAsync(String resourceProviderName, String featureName)
Registers a feature in a resource provider asynchronously. |
abstract com.microsoft.rest.ServiceFuture<Feature> |
registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)
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:
Returns:
registerAsync
public abstract Observable
Registers a feature in a resource provider asynchronously.
Parameters:
Returns:
registerAsync
public abstract ServiceFuture
Registers a feature in a resource provider asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java