Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner
Packages that use AccessKeysInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
-
Uses of AccessKeysInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return AccessKeysInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.EventHubsClient.listKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName) Gets the ACS and SAS connection strings for the Event Hub.NamespacesClient.listKeys(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.EventHubsClient.regenerateKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the ACS and SAS connection strings for the Event Hub.NamespacesClient.regenerateKeys(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the primary or secondary connection strings for the specified Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type AccessKeysInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.EventHubsClient.listKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName) Gets the ACS and SAS connection strings for the Event Hub.NamespacesClient.listKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.com.azure.core.http.rest.Response<AccessKeysInner> DisasterRecoveryConfigsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, com.azure.core.util.Context context) Gets the primary and secondary connection strings for the Namespace.com.azure.core.http.rest.Response<AccessKeysInner> EventHubsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, com.azure.core.util.Context context) Gets the ACS and SAS connection strings for the Event Hub.com.azure.core.http.rest.Response<AccessKeysInner> NamespacesClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, com.azure.core.util.Context context) Gets the primary and secondary connection strings for the Namespace.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> DisasterRecoveryConfigsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> EventHubsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName) Gets the ACS and SAS connection strings for the Event Hub.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> NamespacesClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets the primary and secondary connection strings for the Namespace.EventHubsClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the ACS and SAS connection strings for the Event Hub.NamespacesClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) 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.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.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.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. -
Uses of AccessKeysInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return AccessKeysInnerModifier and TypeMethodDescriptionstatic AccessKeysInnerAccessKeysInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessKeysInner from the JsonReader.