Skip to content
DocsTry Aspire
DocsTry

ServiceBackendPortV1 Properties

ClassProperties2 members
Represents a service backend port configuration in Kubernetes.
Gets or sets the name of the backend port. This is used to specify the name of the port when referring to it in a service configuration.
public string Name { get; set; }
NumberSection titled Numbernullableint?
Represents the numeric port value for the service backend. Used to specify the numeric port on the service to which traffic is directed.
public int? Number { get; set; }