Skip to content
Docs Try Aspire
Docs Try

DataApiBuilderContainerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder v13.4.0
interface DataApiBuilderContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IResourceWithServiceDiscovery {
readonly host: EndpointReferenceExpression;
readonly port: EndpointReferenceExpression;
readonly primaryEndpoint: EndpointReference;
readonly uriExpression: ReferenceExpression;
}

Properties

property host EndpointReferenceExpression get
Gets the host endpoint reference for this resource.
property port EndpointReferenceExpression get
Gets the port endpoint reference for this resource.
property primaryEndpoint EndpointReference get
Gets the primary HTTP endpoint for the Data API Builder resource.
property uriExpression ReferenceExpression get
Gets the HTTP URI expression for the Data API Builder resource.