Skip to content
Docs Try Aspire

AzureAppServiceEnvironmentResource Methods

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