你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobService interface

作业终结点定义

属性

endpoint

终结点的 URL。

errorMessage

服务中的任何错误。 注意:此属性不会序列化。 它只能由服务器填充。

jobServiceType

终结点类型。

nodes

用户希望启动服务的节点。 如果未将 Nodes 设置为 null,则服务将仅在领导节点上启动。

port

终结点的端口。

properties

在终结点上设置的其他属性。

status

终结点的状态。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

endpoint

终结点的 URL。

endpoint?: string

属性值

string

errorMessage

服务中的任何错误。 注意:此属性不会序列化。 它只能由服务器填充。

errorMessage?: string

属性值

string

jobServiceType

终结点类型。

jobServiceType?: string

属性值

string

nodes

用户希望启动服务的节点。 如果未将 Nodes 设置为 null,则服务将仅在领导节点上启动。

nodes?: NodesUnion

属性值

port

终结点的端口。

port?: number

属性值

number

properties

在终结点上设置的其他属性。

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

属性值

{[propertyName: string]: string | null}

status

终结点的状态。 注意:此属性不会序列化。 它只能由服务器填充。

status?: string

属性值

string