HostPortRangeV1Beta1
Class sealed net10.0
Represents a range of host ports that can be used in Kubernetes deployments.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HostPortRangeV1Beta1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesMaxget; setint Gets or sets the maximum value of the port range. Represents the upper bound of the host port range in a Kubernetes resource configuration. Must be greater than or equal to the Min property to define a valid range.
Minget; setint Gets or sets the minimum value of the port range. Represents the smallest port number within this range.