Skip to content
Docs Try Aspire

ServiceBackendPortV1 Properties

Class Properties 2 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; }
Number Section titled Number nullable int?
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; }