| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent |
Package containing the service clients for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.fluent.models |
Package containing the inner data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EHNamespaceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
EHNamespaceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
EHNamespaceInner |
NamespacesClient.getByResourceGroup(String resourceGroupName,
String namespaceName)
Gets the description of the specified namespace.
|
EHNamespaceInner |
NamespacesClient.update(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
NamespacesClient.beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
NamespacesClient.beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
NamespacesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
EHNamespaceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
EHNamespaceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
Mono<EHNamespaceInner> |
NamespacesClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NamespacesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
EHNamespaceInner |
NamespacesClient.update(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
Mono<EHNamespaceInner> |
NamespacesClient.updateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
com.azure.core.http.rest.Response<EHNamespaceInner> |
NamespacesClient.updateWithResponse(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
Mono<com.azure.core.http.rest.Response<EHNamespaceInner>> |
NamespacesClient.updateWithResponseAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
EHNamespaceInner |
EHNamespaceInner.withIsAutoInflateEnabled(Boolean isAutoInflateEnabled)
Set the isAutoInflateEnabled property: Value that indicates whether AutoInflate is enabled for eventhub
namespace.
|
EHNamespaceInner |
EHNamespaceInner.withKafkaEnabled(Boolean kafkaEnabled)
Set the kafkaEnabled property: Value that indicates whether Kafka is enabled for eventhub namespace.
|
EHNamespaceInner |
EHNamespaceInner.withMaximumThroughputUnits(Integer maximumThroughputUnits)
Set the maximumThroughputUnits property: Upper limit of throughput units when AutoInflate is enabled, value
should be within 0 to 20 throughput units.
|
EHNamespaceInner |
EHNamespaceInner.withSku(Sku sku)
Set the sku property: Properties of sku resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.