Uses of Interface
com.microsoft.azure.management.resources.Provider
-
Packages that use Provider Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.arm This package contains the common resource manager utility classes that are useful to other management plane libraries. -
-
Uses of Provider in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return Provider Modifier and Type Method Description ProviderProviders. register(String resourceProviderNamespace)Registers provider to be used with a subscription.ProviderProviders. unregister(String resourceProviderNamespace)Unregisters provider from a subscription.Methods in com.microsoft.azure.management.resources that return types with arguments of type Provider Modifier and Type Method Description rx.Observable<Provider>Providers. getByNameAsync(String name)Gets the information about a provider from Azure based on the provider name.List<Provider>Deployment. providers()rx.Observable<Provider>Providers. registerAsync(String resourceProviderNamespace)Registers provider to be used with a subscription asynchronously.com.microsoft.rest.ServiceFuture<Provider>Providers. registerAsync(String resourceProviderNamespace, com.microsoft.rest.ServiceCallback<Provider> callback)Registers provider to be used with a subscription asynchronously.rx.Observable<Provider>Providers. unregisterAsync(String resourceProviderNamespace)Unregisters provider from a subscription asynchronously.com.microsoft.rest.ServiceFuture<Provider>Providers. unregisterAsync(String resourceProviderNamespace, com.microsoft.rest.ServiceCallback<Provider> callback)Unregisters provider from a subscription asynchronously.Method parameters in com.microsoft.azure.management.resources with type arguments of type Provider Modifier and Type Method Description com.microsoft.rest.ServiceFuture<Provider>Providers. registerAsync(String resourceProviderNamespace, com.microsoft.rest.ServiceCallback<Provider> callback)Registers provider to be used with a subscription asynchronously.com.microsoft.rest.ServiceFuture<Provider>Providers. unregisterAsync(String resourceProviderNamespace, com.microsoft.rest.ServiceCallback<Provider> callback)Unregisters provider from a subscription asynchronously. -
Uses of Provider in com.microsoft.azure.management.resources.fluentcore.arm
Methods in com.microsoft.azure.management.resources.fluentcore.arm with parameters of type Provider Modifier and Type Method Description static StringResourceUtils. defaultApiVersion(String id, Provider provider)Find out the default api version to make a REST request with from the resource provider.
-