| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Features.register(String resourceProviderName,
String featureName)
Registers a feature in a resource provider.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName)
Registers a feature in a resource provider asynchronously.
|
com.microsoft.rest.ServiceFuture<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName,
com.microsoft.rest.ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName,
com.microsoft.rest.ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/