| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent |
Package containing the service clients for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AccessKeysInner |
NamespacesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
AccessKeysInner |
EventHubsClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the ACS and SAS connection strings for the Event Hub.
|
Mono<AccessKeysInner> |
NamespacesClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
Mono<AccessKeysInner> |
EventHubsClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the ACS and SAS connection strings for the Event Hub.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
NamespacesClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
EventHubsClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context)
Regenerates the ACS and SAS connection strings for the Event Hub.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
NamespacesClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
EventHubsClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the ACS and SAS connection strings for the Event Hub.
|
| Modifier and Type | Method and Description |
|---|---|
RegenerateAccessKeyParameters |
RegenerateAccessKeyParameters.withKey(String key)
Set the key property: Optional, if the key value provided, is set for KeyType or autogenerated Key value set for
keyType.
|
RegenerateAccessKeyParameters |
RegenerateAccessKeyParameters.withKeyType(KeyType keyType)
Set the keyType property: The access key to regenerate.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.