Skip to content
Docs Try Aspire

AzureContainerAppEnvironmentResource Methods

Class Methods 2 members
Represents an Azure Container App Environment resource.
AddAsExistingResource(AzureResourceInfrastructure) Section titled AddAsExistingResource(AzureResourceInfrastructure) override ProvisionableResource
public class AzureContainerAppEnvironmentResource
{
public override ProvisionableResource AddAsExistingResource(
AzureResourceInfrastructure infra)
{
// ...
}
}
infra AzureResourceInfrastructure
GetHostAddressExpression(EndpointReference) Section titled GetHostAddressExpression(EndpointReference) ReferenceExpression
public class AzureContainerAppEnvironmentResource
{
public ReferenceExpression GetHostAddressExpression(
EndpointReference endpointReference)
{
// ...
}
}
endpointReference EndpointReference