共用方式為


OperationTagResourceContractProperties interface

作業實體合約屬性。

屬性

apiName

API 名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

apiRevision

API 修訂。 注意:這個屬性不會串行化。 它只能由伺服器填入。

apiVersion

API 版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description

作業描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id

格式為 /operations/{operationId} 的作業標識符。

method

有效的 HTTP 作業方法。 一般 Http 方法,例如 GET、PUT、POST,但不受限制。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

作業名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

urlTemplate

識別此作業之目標資源的相對URL範本。 可能包含參數。 範例:/customers/{cid}/orders/{oid}/?date={date} 注意:此屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

apiName

API 名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

apiName?: string

屬性值

string

apiRevision

API 修訂。 注意:這個屬性不會串行化。 它只能由伺服器填入。

apiRevision?: string

屬性值

string

apiVersion

API 版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

apiVersion?: string

屬性值

string

description

作業描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description?: string

屬性值

string

id

格式為 /operations/{operationId} 的作業標識符。

id?: string

屬性值

string

method

有效的 HTTP 作業方法。 一般 Http 方法,例如 GET、PUT、POST,但不受限制。 注意:這個屬性不會串行化。 它只能由伺服器填入。

method?: string

屬性值

string

name

作業名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

urlTemplate

識別此作業之目標資源的相對URL範本。 可能包含參數。 範例:/customers/{cid}/orders/{oid}/?date={date} 注意:此屬性不會串行化。 它只能由伺服器填入。

urlTemplate?: string

屬性值

string