IWithCreate Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

public interface IWithCreate : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithConsumerGroup, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithPartitionCount, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithRetentionPeriod, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IEventHub>
    interface IIndexable
    interface IWithAuthorizationRule
    interface IWithConsumerGroup
    interface IWithPartitionCount
    interface IWithRetentionPeriod
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IEventHub), IWithAuthorizationRule, IWithConsumerGroup, IWithPartitionCount, IWithRetentionPeriod
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>)
WithNewConsumerGroup(String)

Specifies that a new consumer group should be created for the event hub.

(Inherited from IWithConsumerGroup)
WithNewConsumerGroup(String, 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)
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