- enabled() - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Get the enabled value.
- encoding() - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Get the encoding value.
- EncodingCaptureDescription - Enum in com.microsoft.azure.management.eventhub
-
Defines values for EncodingCaptureDescription.
- EntityStatus - Enum in com.microsoft.azure.management.eventhub
-
Defines values for EntityStatus.
- equals(Object) - Method in class com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
-
- ErrorResponse - Class in com.microsoft.azure.management.eventhub
-
Error reponse indicates EventHub service is not able to process the incoming
request.
- ErrorResponse() - Constructor for class com.microsoft.azure.management.eventhub.ErrorResponse
-
- ErrorResponseException - Exception in com.microsoft.azure.management.eventhub
-
Exception thrown for an invalid response with ErrorResponse information.
- ErrorResponseException(String, Response<ResponseBody>) - Constructor for exception com.microsoft.azure.management.eventhub.ErrorResponseException
-
Initializes a new instance of the ErrorResponseException class.
- ErrorResponseException(String, Response<ResponseBody>, ErrorResponse) - Constructor for exception com.microsoft.azure.management.eventhub.ErrorResponseException
-
Initializes a new instance of the ErrorResponseException class.
- EventHub - Interface in com.microsoft.azure.management.eventhub
-
Type representing an Azure EventHub.
- EventHub.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub definition.
- EventHub.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of event hub definition stages.
- EventHub.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of a event hub definition.
- EventHub.DefinitionStages.WithAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to add authorization rule for accessing
the event hub.
- EventHub.DefinitionStages.WithCaptureEnabledDisabled - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to enable or disable data capturing.
- EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to configure data capturing.
- EventHub.DefinitionStages.WithCaptureProviderOrCreate - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.
- EventHub.DefinitionStages.WithConsumerGroup - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to add consumer group for the event hub.
- EventHub.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to specify the name space in which event hub needs to be created.
- EventHub.DefinitionStages.WithPartitionCount - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to specify partition count for event hub.
- EventHub.DefinitionStages.WithRetentionPeriod - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to specify retention period for event hub events.
- EventHub.Update - Interface in com.microsoft.azure.management.eventhub
-
The template for a event hub update operation, containing all the settings that can be modified.
- EventHub.UpdateStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of event hub update stages.
- EventHub.UpdateStages.WithAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to add an authorization rule for accessing
the event hub.
- EventHub.UpdateStages.WithCapture - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub update allowing to configure data capture.
- EventHub.UpdateStages.WithConsumerGroup - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub update allowing to add consumer group for event hub.
- EventHub.UpdateStages.WithPartitionCount - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub update allowing to specify partition count for event hub.
- EventHub.UpdateStages.WithRetentionPeriod - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub definition allowing to specify retention period for event hub events.
- EventHubAuthorizationKey - Interface in com.microsoft.azure.management.eventhub
-
- EventHubAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
Type representing authorization rule of an event hub.
- EventHubAuthorizationRule.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub namespace authorization rule definition.
- EventHubAuthorizationRule.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of event hub authorization rule definition stages.
- EventHubAuthorizationRule.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of event hub authorization rule definition.
- EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy - Interface in com.microsoft.azure.management.eventhub
-
Stage of the authorization rule definition allowing to specify access policy.
- EventHubAuthorizationRule.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
Stage of the authorization rule definition allowing to specify the event for which rule needs to be created.
- EventHubAuthorizationRule.Update - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub authorization rule update.
- EventHubAuthorizationRules - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage event hub authorization rules.
- EventHubConsumerGroup - Interface in com.microsoft.azure.management.eventhub
-
Type representing consumer group of an event hub.
- EventHubConsumerGroup.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the consumer group definition.
- EventHubConsumerGroup.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of consumer group definition stages.
- EventHubConsumerGroup.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of a event hub definition.
- EventHubConsumerGroup.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
The stage of the consumer group definition allowing to specify the event
hub to be associated with it.
- EventHubConsumerGroup.DefinitionStages.WithUserMetadata - Interface in com.microsoft.azure.management.eventhub
-
The stage of the consumer group definition allowing to specify user metadata.
- EventHubConsumerGroup.Update - Interface in com.microsoft.azure.management.eventhub
-
The template for a consumer group update operation, containing all the settings
that can be modified.
- EventHubConsumerGroup.UpdateStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of consumer group update stages.
- EventHubConsumerGroup.UpdateStages.WithUserMetadata - Interface in com.microsoft.azure.management.eventhub
-
The stage of the consumer group update allowing to specify user metadata.
- EventHubConsumerGroups - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage event hub consumer groups.
- EventHubDisasterRecoveryPairing - Interface in com.microsoft.azure.management.eventhub
-
Type representing disaster recovery pairing for event hub namespaces.
- EventHubDisasterRecoveryPairing.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub disaster recovery pairing definition.
- EventHubDisasterRecoveryPairing.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of disaster recovery pairing definition stages.
- EventHubDisasterRecoveryPairing.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of a disaster recovery pairing definition.
- EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.
- EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace - Interface in com.microsoft.azure.management.eventhub
-
The stage of the disaster recovery pairing definition allowing to specify the secondary event hub namespace.
- EventHubDisasterRecoveryPairing.Update - Interface in com.microsoft.azure.management.eventhub
-
The template for a disaster recovery pairing update operation, containing all the settings
that can be modified.
- EventHubDisasterRecoveryPairing.UpdateStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of disaster recovery pairing update stages.
- EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace - Interface in com.microsoft.azure.management.eventhub
-
The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.
- EventHubDisasterRecoveryPairings - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage disaster recovery pairing of event hub namespaces.
- eventHubName() - Method in interface com.microsoft.azure.management.eventhub.EventHubAuthorizationRule
-
- eventHubName() - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup
-
- EventHubNamespace - Interface in com.microsoft.azure.management.eventhub
-
Type representing an Azure EventHub namespace.
- EventHubNamespace.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub namespace definition.
- EventHubNamespace.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of event hub namespace definition stages.
- EventHubNamespace.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of a event hub namespace definition.
- EventHubNamespace.DefinitionStages.WithAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace definition allowing to add authorization rule for accessing
the event hub.
- EventHubNamespace.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace definition allowing to add new event hub in the namespace.
- EventHubNamespace.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace definition allowing to specify the resource group.
- EventHubNamespace.DefinitionStages.WithSku - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace definition allowing to specify the sku.
- EventHubNamespace.DefinitionStages.WithThroughputConfiguration - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace definition allowing to specify the throughput unit settings.
- EventHubNamespace.Update - Interface in com.microsoft.azure.management.eventhub
-
The template for a event hub namespace update operation, containing all the settings that can be modified.
- EventHubNamespace.UpdateStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of all the event hub namespace update stages.
- EventHubNamespace.UpdateStages.WithAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace update allowing to add authorization rule for accessing
the event hub.
- EventHubNamespace.UpdateStages.WithEventHub - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace update allowing to add new event hub in the namespace.
- EventHubNamespace.UpdateStages.WithSku - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace update allowing to change the sku.
- EventHubNamespace.UpdateStages.WithThroughputConfiguration - Interface in com.microsoft.azure.management.eventhub
-
The stage of the event hub namespace update allowing to specify the throughput unit settings.
- EventHubNamespaceAuthorizationRule - Interface in com.microsoft.azure.management.eventhub
-
Type representing authorization rule of an event hub namespace.
- EventHubNamespaceAuthorizationRule.Definition - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub namespace authorization rule definition.
- EventHubNamespaceAuthorizationRule.DefinitionStages - Interface in com.microsoft.azure.management.eventhub
-
Grouping of Event Hub namespace authorization rule definition stages.
- EventHubNamespaceAuthorizationRule.DefinitionStages.Blank - Interface in com.microsoft.azure.management.eventhub
-
The first stage of event hub namespace authorization rule definition.
- EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy - Interface in com.microsoft.azure.management.eventhub
-
Stage of the authorization rule definition allowing to specify access policy.
- EventHubNamespaceAuthorizationRule.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.eventhub
-
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 - Interface in com.microsoft.azure.management.eventhub
-
Stage of the authorization rule definition allowing to specify the event namespace for which rule needs to be created.
- EventHubNamespaceAuthorizationRule.Update - Interface in com.microsoft.azure.management.eventhub
-
The entirety of the event hub namespace authorization rule update.
- EventHubNamespaceAuthorizationRules - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage event hub namespace authorization rules.
- EventHubNamespaces - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage EventHub namespaces.
- EventHubNamespaceSkuType - Class in com.microsoft.azure.management.eventhub
-
Defines values for EventHubNamespaceSkuType.
- EventHubNamespaceSkuType(Sku) - Constructor for class com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
-
Creates event hub namespace sku.
- EventHubNamespaceSkuType(SkuName, SkuTier) - Constructor for class com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
-
Creates event hub namespace sku.
- eventHubs() - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespaces
-
- EventHubs - Interface in com.microsoft.azure.management.eventhub
-
Entry point to manage event hubs.
- withArchiveNameFormat(String) - Method in class com.microsoft.azure.management.eventhub.Destination
-
Set the archiveNameFormat value.
- withAutoScaling() - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithThroughputConfiguration
-
Enables the scaling up the throughput units automatically based on load.
- withAutoScaling() - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithThroughputConfiguration
-
Enables the scaling up the throughput units automatically based on load.
- withBlobContainer(String) - Method in class com.microsoft.azure.management.eventhub.Destination
-
Set the blobContainer value.
- withCapacity(Integer) - Method in class com.microsoft.azure.management.eventhub.Sku
-
Set the capacity value.
- withCode(String) - Method in class com.microsoft.azure.management.eventhub.ErrorResponse
-
Set the code value.
- withCurrentThroughputUnits(int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithThroughputConfiguration
-
Specifies the current throughput units.
- withCurrentThroughputUnits(int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithThroughputConfiguration
-
Specifies the current throughput units.
- withDataCaptureDisabled() - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureEnabledDisabled
-
Specifies that data capture should be disabled for the event hub.
- withDataCaptureDisabled() - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies that data capture should be disabled for the event hub.
- withDataCaptureEnabled() - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureEnabledDisabled
-
Specifies that data capture should be enabled for the event hub.
- withDataCaptureEnabled() - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies that data capture should be enabled for the event hub.
- withDataCaptureFileNameFormat(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
-
Specifies file name format containing captured data.
- withDataCaptureFileNameFormat(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies the format of the file containing captured data.
- withDataCaptureWindowSizeInMB(int) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
-
Specifies the capture window size in MB.
- withDataCaptureWindowSizeInMB(int) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies the capture window size in MB.
- withDataCaptureWindowSizeInSeconds(int) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
-
Specifies the capture window size in seconds.
- withDataCaptureWindowSizeInSeconds(int) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies the capture window size in seconds.
- withDestination(Destination) - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Set the destination value.
- withEnabled(Boolean) - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Set the enabled value.
- withEncoding(EncodingCaptureDescription) - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Set the encoding value.
- withExistingEventHub(String, String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.DefinitionStages.WithEventHub
-
Specifies that authorization rule needs to be created for the given event hub.
- withExistingEventHub(EventHub) - Method in interface com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.DefinitionStages.WithEventHub
-
Specifies that authorization rule needs to be created for the given event hub.
- withExistingEventHub(EventHub) - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup.DefinitionStages.WithEventHub
-
Specifies the event hub for which consumer group needs to be created.
- withExistingEventHub(String, String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup.DefinitionStages.WithEventHub
-
Specifies the event hub for which consumer group needs to be created.
- withExistingEventHubId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.DefinitionStages.WithEventHub
-
Specifies that authorization rule needs to be created for the given event hub.
- withExistingEventHubId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup.DefinitionStages.WithEventHub
-
Specifies the event hub for which consumer group needs to be created.
- withExistingNamespace(EventHubNamespace) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithNamespace
-
Specifies an existing event hub namespace in which event hub needs to be created.
- withExistingNamespace(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithNamespace
-
Specifies an existing event hub namespace in which event hub needs to be created.
- withExistingNamespace(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
-
Specifies that authorization rule needs to be created for the given event hub namespace.
- withExistingNamespace(EventHubNamespace) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
-
Specifies that authorization rule needs to be created for the given event hub namespace.
- withExistingNamespaceId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithNamespace
-
Specifies id of an existing event hub namespace in which event hub needs to be created.
- withExistingNamespaceId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
-
Specifies that authorization rule needs to be created for the given event hub namespace.
- withExistingPrimaryNamespace(EventHubNamespace) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
-
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
- withExistingPrimaryNamespace(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
-
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
- withExistingPrimaryNamespaceId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
-
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
- withExistingSecondaryNamespace(EventHubNamespace) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withExistingSecondaryNamespace(EventHubNamespace) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withExistingSecondaryNamespaceId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withExistingSecondaryNamespaceId(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withExistingStorageAccountForCapturedData(StorageAccount, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureProviderOrCreate
-
Specifies an existing storage account to store the captured data when data capturing is enabled.
- withExistingStorageAccountForCapturedData(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureProviderOrCreate
-
Specifies an existing storage account to store the captured data when data capturing is enabled.
- withExistingStorageAccountForCapturedData(StorageAccount, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies an existing storage account to store the captured data when data capturing is enabled.
- withExistingStorageAccountForCapturedData(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies an existing storage account to store the captured data when data capturing is enabled.
- withIntervalInSeconds(Integer) - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Set the intervalInSeconds value.
- withListenAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithListen
-
Specifies that the rule should have listening access enabled.
- withListenAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.UpdateStages.WithListen
-
Specifies that the rule should have listening access enabled.
- withManageAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithManage
-
Specifies that the rule should have management access enabled.
- withManageAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.UpdateStages.WithManage
-
Specifies that the rule should have sending access enabled.
- withMessage(String) - Method in class com.microsoft.azure.management.eventhub.ErrorResponse
-
Set the message value.
- withName(String) - Method in class com.microsoft.azure.management.eventhub.CheckNameAvailabilityParameter
-
Set the name value.
- withName(String) - Method in class com.microsoft.azure.management.eventhub.Destination
-
Set the name value.
- withName(SkuName) - Method in class com.microsoft.azure.management.eventhub.Sku
-
Set the name value.
- withNewConsumerGroup(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup
-
Specifies that a new consumer group should be created for the event hub.
- withNewConsumerGroup(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup
-
Specifies that a new consumer group should be created for the event hub.
- withNewConsumerGroup(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithConsumerGroup
-
Specifies that a new consumer group should be created for the event hub.
- withNewConsumerGroup(String, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithConsumerGroup
-
Specifies that a new consumer group should be created for the event hub.
- withNewEventHub(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewEventHub(String, int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewEventHub(String, int, int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewEventHub(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewEventHub(String, int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewEventHub(String, int, int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithEventHub
-
Specifies that a new event hub should be created in the namespace.
- withNewListenRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has listen access to the event hub.
- withNewListenRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has listen access to the event hub.
- withNewListenRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has listen access to the event hub namespace.
- withNewListenRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has listen access to the event hub namespace.
- withNewManageRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has manage access to the event hub.
- withNewManageRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has manage access to the event hub.
- withNewManageRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has manage access to the event hub namespace.
- withNewManageRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has manage access to the event hub namespace.
- withNewNamespace(Creatable<EventHubNamespace>) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithNamespace
-
Specifies the new namespace in which event hub needs to be created.
- withNewPrimaryNamespace(Creatable<EventHubNamespace>) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
-
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
- withNewSecondaryNamespace(Creatable<EventHubNamespace>) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withNewSecondaryNamespace(Creatable<EventHubNamespace>) - Method in interface com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
-
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
- withNewSendRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has send access to the event hub.
- withNewSendRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has send access to the event hub.
- withNewSendRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has send access to the event hub namespace.
- withNewSendRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithAuthorizationRule
-
Specifies that a new authorization rule should be created that has send access to the event hub namespace.
- withNewStorageAccountForCapturedData(Creatable<StorageAccount>, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureProviderOrCreate
-
Specifies a new storage account to store the captured data when data capturing is enabled.
- withNewStorageAccountForCapturedData(Creatable<StorageAccount>, String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
-
Specifies a new storage account to store the captured data when data capturing is enabled.
- withoutAuthorizationRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithAuthorizationRule
-
Specifies that an authorization rule associated with the event hub should be deleted.
- withoutAuthorizationRule(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithAuthorizationRule
-
Deletes an authorization rule associated with the event hub namespace.
- withoutConsumerGroup(String) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithConsumerGroup
-
Specifies that a consumer group associated with the event hub should be deleted.
- withoutEventHub(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithEventHub
-
Deletes an event hub in the event hub namespace.
- withPartitionCount(long) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithPartitionCount
-
Specifies the number of partitions in the event hub.
- withPartitionCount(long) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithPartitionCount
-
Specifies the number of partitions in the event hub.
- withRetentionPeriodInDays(long) - Method in interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithRetentionPeriod
-
Specifies the retention period for events in days.
- withRetentionPeriodInDays(long) - Method in interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithRetentionPeriod
-
Specifies the retention period for events in days.
- withSendAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithSend
-
Specifies that the rule should have sending access enabled.
- withSendAccess() - Method in interface com.microsoft.azure.management.eventhub.AuthorizationRule.UpdateStages.WithSend
-
Specifies that the rule should have sending access enabled.
- withSizeLimitInBytes(Integer) - Method in class com.microsoft.azure.management.eventhub.CaptureDescription
-
Set the sizeLimitInBytes value.
- withSku(EventHubNamespaceSkuType) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithSku
-
Specifies the namespace sku.
- withSku(EventHubNamespaceSkuType) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithSku
-
Specifies the namespace sku.
- withStorageAccountResourceId(String) - Method in class com.microsoft.azure.management.eventhub.Destination
-
Set the storageAccountResourceId value.
- withThroughputUnitsUpperLimit(int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.DefinitionStages.WithThroughputConfiguration
-
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
- withThroughputUnitsUpperLimit(int) - Method in interface com.microsoft.azure.management.eventhub.EventHubNamespace.UpdateStages.WithThroughputConfiguration
-
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
- withTier(SkuTier) - Method in class com.microsoft.azure.management.eventhub.Sku
-
Set the tier value.
- withUserMetadata(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup.DefinitionStages.WithUserMetadata
-
Specifies user metadata.
- withUserMetadata(String) - Method in interface com.microsoft.azure.management.eventhub.EventHubConsumerGroup.UpdateStages.WithUserMetadata
-
Specifies user metadata.