EndpointReferenceExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a property expression for an endpoint reference.
public class EndpointReferenceExpression : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
type EndpointReferenceExpression = class
interface IManifestExpressionProvider
interface IValueProvider
interface IValueWithReferences
Public Class EndpointReferenceExpression
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
- Inheritance
-
EndpointReferenceExpression
- Implements
Constructors
| EndpointReferenceExpression(EndpointReference, EndpointProperty) |
Represents a property expression for an endpoint reference. |
Properties
| Endpoint |
Gets the EndpointReference. |
| Property |
Gets the EndpointProperty for the property expression. |
| ValueExpression |
Gets the expression of the property of the endpoint. |
Methods
| GetValueAsync(CancellationToken) |
Gets the value of the property of the endpoint. |
Explicit Interface Implementations
| IValueWithReferences.References |
Extension Methods
| AsProvisioningParameter(IManifestExpressionProvider, AzureResourceInfrastructure, String, Nullable<Boolean>) |
Creates a new ProvisioningParameter in |
| AsEnvironmentPlaceholder(IManifestExpressionProvider, DockerComposeServiceResource) |
Creates a placeholder for an environment variable in the Docker Compose file. |