Skip to content
Docs Try Aspire

withProperties

Function
📦 Aspire.Hosting.Azure.EventHubs v13.2.0-preview.1.26159.1
interface AzureEventHubResource {
// ... omitted for brevity
withProperties(configure: callback): AzureEventHubResource;
}

Signature

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

Applies to

This function is an extension method on the following types: