Uses of Class
com.azure.resourcemanager.resources.ResourceManager
-
Packages that use ResourceManager Package Description com.azure.resourcemanager.resources Package containing the classes for ResourceManagementClient.com.azure.resourcemanager.resources.fluentcore.arm This package contains the common resource manager utility classes that are useful to other management plane libraries.com.azure.resourcemanager.resources.fluentcore.policy This package contains the base classes for resources http policy. -
-
Uses of ResourceManager in com.azure.resourcemanager.resources
Methods in com.azure.resourcemanager.resources that return ResourceManager Modifier and Type Method Description ResourceManagerResourceManager.Authenticated. withDefaultSubscription()Specifies to use subscription fromAzureProfile.ResourceManagerResourceManager.Authenticated. withSubscription(String subscriptionId)Specifies a subscription to expose resource management API entry points that work in a subscription. -
Uses of ResourceManager in com.azure.resourcemanager.resources.fluentcore.arm
Methods in com.azure.resourcemanager.resources.fluentcore.arm that return ResourceManager Modifier and Type Method Description ResourceManagerManager. resourceManager()Methods in com.azure.resourcemanager.resources.fluentcore.arm with parameters of type ResourceManager Modifier and Type Method Description protected voidManager. withResourceManager(ResourceManager resourceManager)Configures the ResourceManager for this manager instance. -
Uses of ResourceManager in com.azure.resourcemanager.resources.fluentcore.policy
Constructors in com.azure.resourcemanager.resources.fluentcore.policy with parameters of type ResourceManager Constructor Description ProviderRegistrationPolicy(ResourceManager resourceManager)Initialize a provider registration policy to automatically register the provider.
-