AzureEventHubResource
Handle TypeScript
interface AzureEventHubResource extends IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, 0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]], IValueProvider, IValueWithReferences, IResourceWithAzureFunctionsConfig { hubName: string; readonly name: string; partitionCount: number; addConsumerGroup( name: string, groupName?: string): AzureEventHubConsumerGroupResource; withProperties(configure: (obj: AzureEventHubResource) => void): AzureEventHubResource;} 7 members
Properties
property
hubName string get · set Gets the HubName property
property
name string get Gets the Name property
property
partitionCount number get · set Gets the PartitionCount property
Methods
method
addConsumerGroup builder Adds an Azure Event Hub consumer group resource
addConsumerGroup( name: string, groupName?: string): AzureEventHubConsumerGroupResourceParameters
name string groupName string optional Returns
AzureEventHubConsumerGroupResource method
withProperties builder Configures properties of an Azure Event Hub
withProperties(configure: (obj: AzureEventHubResource) => void): AzureEventHubResourceParameters
configure (obj: AzureEventHubResource) => void Returns
AzureEventHubResource