Freigeben über


JobService interface

Job endpoint definition

Properties

endpoint

Url for endpoint.

errorMessage

Any error in the service. NOTE: This property will not be serialized. It can only be populated by the server.

jobServiceType

Endpoint type.

port

Port for endpoint.

properties

Additional properties to set on the endpoint.

status

Status of endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endpoint

Url for endpoint.

endpoint?: string

Property Value

string

errorMessage

Any error in the service. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage?: string

Property Value

string

jobServiceType

Endpoint type.

jobServiceType?: string

Property Value

string

port

Port for endpoint.

port?: number

Property Value

number

properties

Additional properties to set on the endpoint.

properties?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

status

Status of endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string