IWithCaptureProviderOrCreate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.
public interface IWithCaptureProviderOrCreate : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IWithCaptureProviderOrCreate = interface
interface IBeta
interface IWithCreate
interface ICreatable<IEventHub>
interface IIndexable
interface IWithAuthorizationRule
interface IWithConsumerGroup
interface IWithPartitionCount
interface IWithRetentionPeriod
Public Interface IWithCaptureProviderOrCreate
Implements IBeta, ICreatable(Of IEventHub), IWithCreate
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithExistingStorageAccountForCapturedData(IStorageAccount, String) |
Specifies an existing storage account to store the captured data when data capturing is enabled. |
WithExistingStorageAccountForCapturedData(String, String) |
Specifies an existing storage account to store the captured data when data capturing is enabled. |
WithNewConsumerGroup(String, String) |
Specifies that a new consumer group should be created for the event hub. (Inherited from IWithConsumerGroup) |
WithNewConsumerGroup(String) |
Specifies that a new consumer group should be created for the event hub. (Inherited from IWithConsumerGroup) |
WithNewListenRule(String) |
Specifies that a new authorization rule should be created that has listen access to the event hub. (Inherited from IWithAuthorizationRule) |
WithNewManageRule(String) |
Specifies that a new authorization rule should be created that has manage access to the event hub. (Inherited from IWithAuthorizationRule) |
WithNewSendRule(String) |
Specifies that a new authorization rule should be created that has send access to the event hub. (Inherited from IWithAuthorizationRule) |
WithNewStorageAccountForCapturedData(ICreatable<IStorageAccount>, String) |
Specifies a new storage account to store the captured data when data capturing is enabled. |
WithPartitionCount(Int64) |
Specifies the number of partitions in the event hub. (Inherited from IWithPartitionCount) |
WithRetentionPeriodInDays(Int64) |
Specifies the retention period for events in days. (Inherited from IWithRetentionPeriod) |
Applies to
Azure SDK for .NET