Class ResourceGroupManager
- java.lang.Object
-
- com.azure.spring.cloud.context.core.impl.AzureManager<com.azure.resourcemanager.resources.models.ResourceGroup,String>
-
- com.azure.spring.cloud.context.core.impl.ResourceGroupManager
-
- All Implemented Interfaces:
ResourceManager<com.azure.resourcemanager.resources.models.ResourceGroup,String>
public class ResourceGroupManager extends AzureManager<com.azure.resourcemanager.resources.models.ResourceGroup,String>
Resource manager for resource group.
-
-
Field Summary
-
Fields inherited from class com.azure.spring.cloud.context.core.impl.AzureManager
region, resourceGroup
-
-
Constructor Summary
Constructors Constructor Description ResourceGroupManager(com.azure.resourcemanager.AzureResourceManager azureResourceManager, AzureProperties azureProperties)
Creates a new instance ofResourceGroupManager
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.resourcemanager.resources.models.ResourceGroup
internalCreate(String key)
com.azure.resourcemanager.resources.models.ResourceGroup
internalGet(String key)
-
Methods inherited from class com.azure.spring.cloud.context.core.impl.AzureManager
create, exists, get, getOrCreate
-
-
-
-
Constructor Detail
-
ResourceGroupManager
public ResourceGroupManager(com.azure.resourcemanager.AzureResourceManager azureResourceManager, AzureProperties azureProperties)
Creates a new instance ofResourceGroupManager
.- Parameters:
azureResourceManager
- The Azure resource manager.azureProperties
- The Azure properties.
-
-