Skip to content
Docs Try Aspire

ContainerPortReference Properties

Class Properties 3 members
Represents a TCP/UDP port that a container can expose.
References Section titled References IEnumerable<object>
The referenced objects of the value.
public IEnumerable<object> References { get; }
Gets the resource that this container port is associated with.
public IResource Resource { get; }
ValueExpression Section titled ValueExpression string
Gets the expression that represents a value in manifest.
public string ValueExpression { get; }