Package version:

Service configuration details

interface ServiceConfiguration {
    port: number;
    serviceName: string;
}

Properties

Properties

port: number

The port on which service is enabled.

serviceName: string

Specifies the name of the service associated with the update or operation. This helps identify which system component or tool is involved.