| 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.
|
ServiceFuture<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName,
ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFuture<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName,
ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
Copyright © 2019. All rights reserved.