public interface Features extends SupportsListing<Feature>
| Modifier and Type | Method and Description |
|---|---|
Feature |
register(String resourceProviderName,
String featureName)
Registers a feature in a resource provider.
|
rx.Observable<Feature> |
registerAsync(String resourceProviderName,
String featureName)
Registers a feature in a resource provider asynchronously.
|
com.microsoft.rest.ServiceFuture<Feature> |
registerAsync(String resourceProviderName,
String featureName,
com.microsoft.rest.ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
list, listAsyncFeature register(String resourceProviderName, String featureName)
resourceProviderName - the name of the resource providerfeatureName - the name of the featurerx.Observable<Feature> registerAsync(String resourceProviderName, String featureName)
resourceProviderName - the name of the resource providerfeatureName - the name of the featurecom.microsoft.rest.ServiceFuture<Feature> registerAsync(String resourceProviderName, String featureName, com.microsoft.rest.ServiceCallback<Feature> callback)
resourceProviderName - the name of the resource providerfeatureName - the name of the featurecallback - the callback to call on success or failure/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/