Skip to content
Docs Try Aspire
Docs Try

ComposeServiceInfo Properties

Class Properties 2 members
Represents a running service discovered from a compose environment.
Gets the published port mappings for the service.
public IReadOnlyList<ComposeServicePort>? Publishers { get; init; }
Service Section titled Service nullable string?
Gets the name of the compose service.
public string? Service { get; init; }