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.
|
Mono<Feature> |
registerAsync(String resourceProviderName,
String featureName)
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 featureMono<Feature> registerAsync(String resourceProviderName, String featureName)
resourceProviderName - the name of the resource providerfeatureName - the name of the featureCopyright © 2021 Microsoft Corporation. All rights reserved.