azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

992 строки
91 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient"
name: "EventHubsClient"
nameWithType: "EventHubsClient"
summary: "An instance of this class provides access to all the operations defined in Event<wbr>Hubs<wbr>Client."
syntax: "public interface **EventHubsClient**"
methods:
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
name: "createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
nameWithType: "EventHubsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
summary: "Creates or updates a new Event Hub as a nested resource within a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create an Event Hub resource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract EventhubInner createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
desc: "Creates or updates a new Event Hub as a nested resource within a Namespace."
returns:
description: "single item in List or Get Event Hub operation."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
nameWithType: "EventHubsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
summary: "Creates or updates a new Event Hub as a nested resource within a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create an Event Hub resource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<EventhubInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
desc: "Creates or updates a new Event Hub as a nested resource within a Namespace."
returns:
description: "single item in List or Get Event Hub operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRule(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
name: "createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
nameWithType: "EventHubsClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
summary: "Creates or updates an Authorization<wbr>Rule for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The shared access AuthorizationRule."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AuthorizationRuleInner createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
desc: "Creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect."
returns:
description: "single item in a List or Get AuthorizationRule operation."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
name: "createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
nameWithType: "EventHubsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
summary: "Creates or updates an Authorization<wbr>Rule for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The shared access AuthorizationRule."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<AuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
desc: "Creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect."
returns:
description: "single item in a List or Get AuthorizationRule operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters, Context context)"
name: "createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters, Context context)"
nameWithType: "EventHubsClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters, Context context)"
summary: "Creates or updates an Authorization<wbr>Rule for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The shared access AuthorizationRule."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AuthorizationRuleInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters, Context context)"
desc: "Creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect."
returns:
description: "single item in a List or Get AuthorizationRule operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
name: "createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
nameWithType: "EventHubsClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
summary: "Creates or updates an Authorization<wbr>Rule for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The shared access AuthorizationRule."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<AuthorizationRuleInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, AuthorizationRuleInner parameters)"
desc: "Creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect."
returns:
description: "single item in a List or Get AuthorizationRule operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, Context context)"
nameWithType: "EventHubsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, Context context)"
summary: "Creates or updates a new Event Hub as a nested resource within a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create an Event Hub resource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<EventhubInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, Context context)"
desc: "Creates or updates a new Event Hub as a nested resource within a Namespace."
returns:
description: "single item in List or Get Event Hub operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
nameWithType: "EventHubsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
summary: "Creates or updates a new Event Hub as a nested resource within a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create an Event Hub resource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<EventhubInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters)"
desc: "Creates or updates a new Event Hub as a nested resource within a Namespace."
returns:
description: "single item in List or Get Event Hub operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.delete(String resourceGroupName, String namespaceName, String eventHubName)"
name: "delete(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.delete(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Deletes an Event Hub from the specified Namespace and resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Deletes an Event Hub from the specified Namespace and resource group."
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAsync(String resourceGroupName, String namespaceName, String eventHubName)"
name: "deleteAsync(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.deleteAsync(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Deletes an Event Hub from the specified Namespace and resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Deletes an Event Hub from the specified Namespace and resource group."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRule(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "deleteAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.deleteAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Deletes an Event Hub Authorization<wbr>Rule."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Deletes an Event Hub AuthorizationRule."
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Deletes an Event Hub Authorization<wbr>Rule."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Deletes an Event Hub AuthorizationRule."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
name: "deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
nameWithType: "EventHubsClient.deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
summary: "Deletes an Event Hub Authorization<wbr>Rule."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
desc: "Deletes an Event Hub AuthorizationRule."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Deletes an Event Hub Authorization<wbr>Rule."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Void>> deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Deletes an Event Hub AuthorizationRule."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
nameWithType: "EventHubsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
summary: "Deletes an Event Hub from the specified Namespace and resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
desc: "Deletes an Event Hub from the specified Namespace and resource group."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
name: "deleteWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Deletes an Event Hub from the specified Namespace and resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Deletes an Event Hub from the specified Namespace and resource group."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.get(String resourceGroupName, String namespaceName, String eventHubName)"
name: "get(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.get(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Gets an Event Hubs description for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract EventhubInner get(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Gets an Event Hubs description for the specified Event Hub."
returns:
description: "an Event Hubs description for the specified Event Hub."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAsync(String resourceGroupName, String namespaceName, String eventHubName)"
name: "getAsync(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.getAsync(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Gets an Event Hubs description for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<EventhubInner> getAsync(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Gets an Event Hubs description for the specified Event Hub."
returns:
description: "an Event Hubs description for the specified Event Hub on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRule(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "getAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets an Authorization<wbr>Rule for an Event Hub by rule name."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AuthorizationRuleInner getAuthorizationRule(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets an AuthorizationRule for an Event Hub by rule name."
returns:
description: "an AuthorizationRule for an Event Hub by rule name."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets an Authorization<wbr>Rule for an Event Hub by rule name."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<AuthorizationRuleInner> getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets an AuthorizationRule for an Event Hub by rule name."
returns:
description: "an AuthorizationRule for an Event Hub by rule name on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
name: "getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
nameWithType: "EventHubsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
summary: "Gets an Authorization<wbr>Rule for an Event Hub by rule name."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AuthorizationRuleInner> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
desc: "Gets an AuthorizationRule for an Event Hub by rule name."
returns:
description: "an AuthorizationRule for an Event Hub by rule name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets an Authorization<wbr>Rule for an Event Hub by rule name."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<AuthorizationRuleInner>> getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets an AuthorizationRule for an Event Hub by rule name."
returns:
description: "an AuthorizationRule for an Event Hub by rule name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
name: "getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
nameWithType: "EventHubsClient.getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
summary: "Gets an Event Hubs description for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<EventhubInner> getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
desc: "Gets an Event Hubs description for the specified Event Hub."
returns:
description: "an Event Hubs description for the specified Event Hub along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
name: "getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Gets an Event Hubs description for the specified Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<EventhubInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Gets an Event Hubs description for the specified Event Hub."
returns:
description: "an Event Hubs description for the specified Event Hub along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRules(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName)"
name: "listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Gets the authorization rules for an Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<AuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Gets the authorization rules for an Event Hub."
returns:
description: "the authorization rules for an Event Hub as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRules(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
name: "listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
nameWithType: "EventHubsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
summary: "Gets the authorization rules for an Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<AuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String eventHubName, Context context)"
desc: "Gets the authorization rules for an Event Hub."
returns:
description: "the authorization rules for an Event Hub as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRulesAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String eventHubName)"
name: "listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String eventHubName)"
nameWithType: "EventHubsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String eventHubName)"
summary: "Gets the authorization rules for an Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<AuthorizationRuleInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String eventHubName)"
desc: "Gets the authorization rules for an Event Hub."
returns:
description: "the authorization rules for an Event Hub as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName)"
name: "listByNamespace(String resourceGroupName, String namespaceName)"
nameWithType: "EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName)"
summary: "Gets all the Event Hubs in a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<EventhubInner> listByNamespace(String resourceGroupName, String namespaceName)"
desc: "Gets all the Event Hubs in a Namespace."
returns:
description: "all the Event Hubs in a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespace(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, Context context)"
name: "listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, Context context)"
nameWithType: "EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, Context context)"
summary: "Gets all the Event Hubs in a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Skip is only used if a previous operation returned a partial result. If a previous response contains\n a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting\n point to use for subsequent calls."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "May be used to limit the number of results to the most recent N usageDetails."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<EventhubInner> listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, Context context)"
desc: "Gets all the Event Hubs in a Namespace."
returns:
description: "all the Event Hubs in a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespaceAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName)"
name: "listByNamespaceAsync(String resourceGroupName, String namespaceName)"
nameWithType: "EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName)"
summary: "Gets all the Event Hubs in a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<EventhubInner> listByNamespaceAsync(String resourceGroupName, String namespaceName)"
desc: "Gets all the Event Hubs in a Namespace."
returns:
description: "all the Event Hubs in a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespaceAsync(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)"
name: "listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)"
nameWithType: "EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)"
summary: "Gets all the Event Hubs in a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Skip is only used if a previous operation returned a partial result. If a previous response contains\n a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting\n point to use for subsequent calls."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "May be used to limit the number of results to the most recent N usageDetails."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public abstract PagedFlux<EventhubInner> listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)"
desc: "Gets all the Event Hubs in a Namespace."
returns:
description: "all the Event Hubs in a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner&text=EventhubInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeys(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "listKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.listKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AccessKeysInner listKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets the ACS and SAS connection strings for the Event Hub."
returns:
description: "the ACS and SAS connection strings for the Event Hub."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "listKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.listKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<AccessKeysInner> listKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets the ACS and SAS connection strings for the Event Hub."
returns:
description: "the ACS and SAS connection strings for the Event Hub on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
name: "listKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
nameWithType: "EventHubsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
summary: "Gets the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessKeysInner> listKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, Context context)"
desc: "Gets the ACS and SAS connection strings for the Event Hub."
returns:
description: "the ACS and SAS connection strings for the Event Hub along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
name: "listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
nameWithType: "EventHubsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
summary: "Gets the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<AccessKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName)"
desc: "Gets the ACS and SAS connection strings for the Event Hub."
returns:
description: "the ACS and SAS connection strings for the Event Hub along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeys(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
name: "regenerateKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
nameWithType: "EventHubsClient.regenerateKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
summary: "Regenerates the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey)."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters?alt=com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters&text=RegenerateAccessKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessKeysInner regenerateKeys(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
desc: "Regenerates the ACS and SAS connection strings for the Event Hub."
returns:
description: "namespace/EventHub Connection String."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
name: "regenerateKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
nameWithType: "EventHubsClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
summary: "Regenerates the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey)."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters?alt=com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters&text=RegenerateAccessKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<AccessKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
desc: "Regenerates the ACS and SAS connection strings for the Event Hub."
returns:
description: "namespace/EventHub Connection String on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, Context context)"
name: "regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, Context context)"
nameWithType: "EventHubsClient.regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, Context context)"
summary: "Regenerates the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey)."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters?alt=com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters&text=RegenerateAccessKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, Context context)"
desc: "Regenerates the ACS and SAS connection strings for the Event Hub."
returns:
description: "namespace/EventHub Connection String along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.EventHubsClient.regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
name: "regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
nameWithType: "EventHubsClient.regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
summary: "Regenerates the ACS and SAS connection strings for the Event Hub."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Event Hub name."
name: "eventHubName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The authorization rule name."
name: "authorizationRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey)."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters?alt=com.azure.resourcemanager.eventhubs.models.RegenerateAccessKeyParameters&text=RegenerateAccessKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<AccessKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)"
desc: "Regenerates the ACS and SAS connection strings for the Event Hub."
returns:
description: "namespace/EventHub Connection String along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in EventHubsClient."
metadata: {}
package: "com.azure.resourcemanager.eventhubs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventhubs:2.44.0