Skip to content
DocsTry Aspire
DocsTry

DbxContainerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Dbx v13.5.0
interface DbxContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
readonly primaryEndpoint: EndpointReference;
withHostPort(port: number): DbxContainerResource;
}

Properties

propertyprimaryEndpointEndpointReferenceget
Gets the primary endpoint for the dbx resource.

Methods

methodwithHostPortbuilder
Configures the host port that the dbx resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): DbxContainerResource
portnumber
DbxContainerResource