Skip to content
Docs Try Aspire

AzureEventHubResource.withProperties

Method
📦 Aspire.Hosting.Azure.EventHubs v13.2.0-preview.1.26159.1
interface AzureEventHubResource {
// ... omitted for brevity
withProperties(configure: (obj: AzureEventHubResource) => void): AzureEventHubResource;
}

Signature

method withProperties builder
Configures properties of an Azure Event Hub
withProperties(configure: (obj: AzureEventHubResource) => void): AzureEventHubResource
configure (obj: AzureEventHubResource) => void
AzureEventHubResource

Defined on

This method is defined on the following type: