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