AzureContainerAppEnvironmentResource
Classnet10.0
Represents an Azure Container App Environment resource.
namespace Aspire.Hosting.Azure.AppContainers;
public class AzureContainerAppEnvironmentResource : Aspire.Hosting.Azure.AzureProvisioningResource, Aspire.Hosting.ApplicationModel.IComputeEnvironmentResource, Aspire.Hosting.ApplicationModel.IContainerRegistry, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.Azure.IAzureComputeEnvironmentResource, Aspire.Hosting.Azure.IAzureContainerRegistry, Aspire.Hosting.Azure.IAzureDelegatedSubnetResource{ // ...}AzureProvisioningResourceIComputeEnvironmentResourceIContainerRegistryIResourceIAzureComputeEnvironmentResourceIAzureContainerRegistryIAzureDelegatedSubnetResource
6 members
Constructors1
Section titled ConstructorsAzureContainerAppEnvironmentResource(string, Action<AzureResourceInfrastructure>) Initializes a new instance of the
AzureContainerAppEnvironmentResource class. Properties2
Section titled PropertiesContainerRegistrygetAzureContainerRegistryResource? Gets the Azure Container Registry resource used by this Azure Container App Environment resource.
NameOutputReferencegetBicepOutputReference Gets the name of the Container App Environment.
Methods3
Section titled MethodsAddAsExistingResource(AzureResourceInfrastructure)ProvisionableResource Adds a new
Primitives.ProvisionableResource into infra. The new resource represents a reference to the current Azure.AzureProvisioningResource via https://learn.microsoft.com/azure/azure-resource-manager/bicep/existing-resource. GetEndpointPropertyExpression(EndpointReferenceExpression)experimentalReferenceExpression Gets a
ApplicationModel.ReferenceExpression representing a deployed endpoint property for the specified ApplicationModel.EndpointReferenceExpression. GetHostAddressExpression(EndpointReference)experimentalReferenceExpression Gets a
ApplicationModel.ReferenceExpression representing the host address or host name for the specified ApplicationModel.EndpointReference.