ResourceReference interface
表示对另一资源的引用。
属性
| id | 资源 URI。 |
| kind | 多态鉴别器,它指定此对象可以的不同类型的 |
| name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源类型限定符。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
id
资源 URI。
id: string
属性值
string
kind
多态鉴别器,它指定此对象可以的不同类型的
kind: "ref:machine" | "ref:port" | "ref:machinewithhints" | "ref:process" | "ref:clientgroup"
属性值
"ref:machine" | "ref:port" | "ref:machinewithhints" | "ref:process" | "ref:clientgroup"
name
资源名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
type
资源类型限定符。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string