Skip to content
DocsTry Aspire
DocsTry

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

propertyhostEndpointReferenceExpressionget
Gets the host endpoint reference for this resource.
propertyportEndpointReferenceExpressionget
Gets the port endpoint reference for this resource.
propertyprimaryEndpointEndpointReferenceget
Gets the primary HTTP endpoint for the Data API Builder resource.
propertyuriExpressionReferenceExpressionget
Gets the HTTP URI expression for the Data API Builder resource.