| Package | Description | 
|---|---|
| com.microsoft.azure.management | 
 This package contains the Azure rollup client. 
 | 
| com.microsoft.azure.management.eventhub | 
 This package contains the classes for EventHubManagementClient. 
 | 
| Class and Description | 
|---|
| EventHubDisasterRecoveryPairings
 Entry point to manage disaster recovery pairing of event hub namespaces. 
 | 
| EventHubNamespaces
 Entry point to manage EventHub namespaces. 
 | 
| EventHubs
 Entry point to manage event hubs. 
 | 
| Class and Description | 
|---|
| AccessRights
 Defines values for AccessRights. 
 | 
| AuthorizationRule
 The base type representing authorization rule of event hub namespace and event hub. 
 | 
| AuthorizationRule.DefinitionStages.WithListen
 The stage of the event hub namespace or event hub authorization rule definition allowing to enable listen policy. 
 | 
| AuthorizationRule.DefinitionStages.WithListenOrSendOrManage
 The stage of the event hub namespace or event hub authorization rule definition allowing to enable listen, send or manage policy. 
 | 
| AuthorizationRule.DefinitionStages.WithManage
 The stage of the event hub namespace or event hub authorization rule definition allowing to enable manage policy. 
 | 
| AuthorizationRule.DefinitionStages.WithSend
 The stage of the event hub namespace or event hub authorization rule definition allowing to enable send policy. 
 | 
| AuthorizationRule.DefinitionStages.WithSendOrManage
 The stage of the event hub namespace or event hub authorization rule definition allowing to enable send or manage policy. 
 | 
| AuthorizationRule.UpdateStages.WithListen
 The stage of the event hub namespace or event hub authorization rule update allowing to enable listen policy. 
 | 
| AuthorizationRule.UpdateStages.WithListenOrSendOrManage
 The stage of the event hub namespace or event hub authorization rule update allowing to enable listen, send or manage policy. 
 | 
| AuthorizationRule.UpdateStages.WithManage
 The stage of event hub namespace or event hub authorization rule update allowing to enable manage policy. 
 | 
| AuthorizationRule.UpdateStages.WithSend
 The stage of the event hub namespace or event hub authorization rule update allowing to enable send policy. 
 | 
| AuthorizationRule.UpdateStages.WithSendOrManage
 The stage of the event hub namespace or event hub authorization rule update allowing to enable send or manage policy. 
 | 
| CaptureDescription
 Properties to configure capture description for eventhub. 
 | 
| CheckNameAvailabilityParameter
 Parameter supplied to check Namespace name availability operation. 
 | 
| DefaultAction
 Defines values for DefaultAction. 
 | 
| Destination
 Capture storage details for capture description. 
 | 
| DisasterRecoveryPairingAuthorizationKey
 Type representing access key of  
DisasterRecoveryPairingAuthorizationRule. | 
| DisasterRecoveryPairingAuthorizationRule
 Type representing authorization rule of  
EventHubDisasterRecoveryPairing. | 
| DisasterRecoveryPairingAuthorizationRules
 Entry point to manage disaster recovery pairing authorization rules. 
 | 
| EncodingCaptureDescription
 Defines values for EncodingCaptureDescription. 
 | 
| EntityStatus
 Defines values for EntityStatus. 
 | 
| ErrorResponse
 Error response indicates EventHub service is not able to process the
 incoming request. 
 | 
| EventHub
 Type representing an Azure EventHub. 
 | 
| EventHub.DefinitionStages.Blank
 The first stage of a event hub definition. 
 | 
| EventHub.DefinitionStages.WithAuthorizationRule
 The stage of the event hub definition allowing to add authorization rule for accessing
 the event hub. 
 | 
| EventHub.DefinitionStages.WithCaptureEnabledDisabled
 The stage of the event hub definition allowing to enable or disable data capturing. 
 | 
| EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
 The stage of the event hub definition allowing to configure data capturing. 
 | 
| EventHub.DefinitionStages.WithCaptureProviderOrCreate
 The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled. 
 | 
| EventHub.DefinitionStages.WithConsumerGroup
 The stage of the event hub definition allowing to add consumer group for the event hub. 
 | 
| EventHub.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHub.DefinitionStages.WithNamespace
 The stage of the event hub definition allowing to specify the name space in which event hub needs to be created. 
 | 
| EventHub.DefinitionStages.WithPartitionCount
 The stage of the event hub definition allowing to specify partition count for event hub. 
 | 
| EventHub.DefinitionStages.WithRetentionPeriod
 The stage of the event hub definition allowing to specify retention period for event hub events. 
 | 
| EventHub.Update
 The template for a event hub update operation, containing all the settings that can be modified. 
 | 
| EventHub.UpdateStages.WithAuthorizationRule
 The stage of the event hub definition allowing to add an authorization rule for accessing
 the event hub. 
 | 
| EventHub.UpdateStages.WithCapture
 The stage of the event hub update allowing to configure data capture. 
 | 
| EventHub.UpdateStages.WithConsumerGroup
 The stage of the event hub update allowing to add consumer group for event hub. 
 | 
| EventHub.UpdateStages.WithPartitionCount
 The stage of the event hub update allowing to specify partition count for event hub. 
 | 
| EventHub.UpdateStages.WithRetentionPeriod
 The stage of the event hub definition allowing to specify retention period for event hub events. 
 | 
| EventHubAuthorizationKey
 Type representing access key of  
EventHubNamespaceAuthorizationRule. | 
| EventHubAuthorizationRule
 Type representing authorization rule of an event hub. 
 | 
| EventHubAuthorizationRule.DefinitionStages.Blank
 The first stage of event hub authorization rule definition. 
 | 
| EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy
 Stage of the authorization rule definition allowing to specify access policy. 
 | 
| EventHubAuthorizationRule.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHubAuthorizationRule.DefinitionStages.WithEventHub
 Stage of the authorization rule definition allowing to specify the event for which rule needs to be created. 
 | 
| EventHubAuthorizationRules
 Entry point to manage event hub authorization rules. 
 | 
| EventHubConsumerGroup
 Type representing consumer group of an event hub. 
 | 
| EventHubConsumerGroup.DefinitionStages.Blank
 The first stage of a event hub definition. 
 | 
| EventHubConsumerGroup.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHubConsumerGroup.DefinitionStages.WithEventHub
 The stage of the consumer group definition allowing to specify the event
 hub to be associated with it. 
 | 
| EventHubConsumerGroup.DefinitionStages.WithUserMetadata
 The stage of the consumer group definition allowing to specify user metadata. 
 | 
| EventHubConsumerGroup.Update
 The template for a consumer group update operation, containing all the settings
 that can be modified. 
 | 
| EventHubConsumerGroup.UpdateStages.WithUserMetadata
 The stage of the consumer group update allowing to specify user metadata. 
 | 
| EventHubConsumerGroups
 Entry point to manage event hub consumer groups. 
 | 
| EventHubDisasterRecoveryPairing
 Type representing disaster recovery pairing for event hub namespaces. 
 | 
| EventHubDisasterRecoveryPairing.DefinitionStages.Blank
 The first stage of a disaster recovery pairing definition. 
 | 
| EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
 The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace. 
 | 
| EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
 The stage of the disaster recovery pairing definition allowing to specify the secondary event hub namespace. 
 | 
| EventHubDisasterRecoveryPairing.Update
 The template for a disaster recovery pairing update operation, containing all the settings
 that can be modified. 
 | 
| EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
 The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace. 
 | 
| EventHubNamespace
 Type representing an Azure EventHub namespace. 
 | 
| EventHubNamespace.DefinitionStages.Blank
 The first stage of a event hub namespace definition. 
 | 
| EventHubNamespace.DefinitionStages.WithAuthorizationRule
 The stage of the event hub namespace definition allowing to add authorization rule for accessing
 the event hub. 
 | 
| EventHubNamespace.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHubNamespace.DefinitionStages.WithEventHub
 The stage of the event hub namespace definition allowing to add new event hub in the namespace. 
 | 
| EventHubNamespace.DefinitionStages.WithGroup
 The stage of the event hub namespace definition allowing to specify the resource group. 
 | 
| EventHubNamespace.DefinitionStages.WithSku
 The stage of the event hub namespace definition allowing to specify the sku. 
 | 
| EventHubNamespace.DefinitionStages.WithThroughputConfiguration
 The stage of the event hub namespace definition allowing to specify the throughput unit settings. 
 | 
| EventHubNamespace.Update
 The template for a event hub namespace update operation, containing all the settings that can be modified. 
 | 
| EventHubNamespace.UpdateStages.WithAuthorizationRule
 The stage of the event hub namespace update allowing to add authorization rule for accessing
 the event hub. 
 | 
| EventHubNamespace.UpdateStages.WithEventHub
 The stage of the event hub namespace update allowing to add new event hub in the namespace. 
 | 
| EventHubNamespace.UpdateStages.WithSku
 The stage of the event hub namespace update allowing to change the sku. 
 | 
| EventHubNamespace.UpdateStages.WithThroughputConfiguration
 The stage of the event hub namespace update allowing to specify the throughput unit settings. 
 | 
| EventHubNamespaceAuthorizationRule
 Type representing authorization rule of an event hub namespace. 
 | 
| EventHubNamespaceAuthorizationRule.DefinitionStages.Blank
 The first stage of event hub namespace authorization rule definition. 
 | 
| EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
 Stage of the authorization rule definition allowing to specify access policy. 
 | 
| EventHubNamespaceAuthorizationRule.DefinitionStages.WithCreate
 The stage of the definition which contains all the minimum required inputs for
 the resource to be created (via  
Creatable.create()), but also allows
 for any other optional settings to be specified. | 
| EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
 Stage of the authorization rule definition allowing to specify the event namespace for which rule needs to be created. 
 | 
| EventHubNamespaceAuthorizationRules
 Entry point to manage event hub namespace authorization rules. 
 | 
| EventHubNamespaceSkuType
 Defines values for EventHubNamespaceSkuType. 
 | 
| EventHubs
 Entry point to manage event hubs. 
 | 
| KeyType
 Defines values for KeyType. 
 | 
| NestedResource
 A type contains subset of ARM envelop properties in  
Resource namely id, name and type. | 
| NetworkRuleIPAction
 Defines values for NetworkRuleIPAction. 
 | 
| NWRuleSetIpRules
 Description of NetWorkRuleSet - IpRules resource. 
 | 
| NWRuleSetVirtualNetworkRules
 Description of VirtualNetworkRules - NetworkRules resource. 
 | 
| ProvisioningStateDR
 Defines values for ProvisioningStateDR. 
 | 
| RegenerateAccessKeyParameters
 Parameters supplied to the Regenerate Authorization Rule operation,
 specifies which key needs to be reset. 
 | 
| RoleDisasterRecovery
 Defines values for RoleDisasterRecovery. 
 | 
| Sku
 SKU parameters supplied to the create namespace operation. 
 | 
| SkuName
 Defines values for SkuName. 
 | 
| SkuTier
 Defines values for SkuTier. 
 | 
| Subnet
 Properties supplied for Subnet. 
 | 
| UnavailableReason
 Defines values for UnavailableReason. 
 | 
Copyright © 2019. All rights reserved.