Skip to content
Docs Try Aspire
Docs Try

withProperties

Method
📦 Aspire.Hosting.Azure.EventHubs v13.4.0
interface AzureEventHubResource {
// ... omitted for brevity
withProperties(configure: callback): AzureEventHubResource;
}

Signature

method withProperties builder
Allows setting the properties of an Azure Event Hub resource.
withProperties(configure: (obj: AzureEventHubResource) => Promise<void>): AzureEventHubResource
configure (obj: AzureEventHubResource) => Promise<void>
AzureEventHubResource

Applies to

This method applies to the following types: