Uses of Interface
com.microsoft.azure.management.resources.Feature
-
Packages that use Feature Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of Feature in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return Feature Modifier and Type Method Description FeatureFeatures. register(String resourceProviderName, String featureName)Registers a feature in a resource provider.Methods in com.microsoft.azure.management.resources that return types with arguments of type Feature Modifier and Type Method 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.Method parameters in com.microsoft.azure.management.resources with type arguments of type Feature Modifier and Type Method 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.
-