共用方式為


OperationContract interface

API 作業詳細數據。

Extends

屬性

description

作業的描述。 可能包含 HTML 格式標記。

displayName

作業名稱。

method

有效的 HTTP 作業方法。 一般 Http 方法,例如 GET、PUT、POST,但不受限制。

policies

作業原則

request

包含要求詳細數據的實體。

responses

作業回應的陣列。

templateParameters

URL 樣本參數的集合。

urlTemplate

識別此作業之目標資源的相對URL範本。 可能包含參數。 範例:/customers/{cid}/orders/{oid}/?date={date}

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

description

作業的描述。 可能包含 HTML 格式標記。

description?: string

屬性值

string

displayName

作業名稱。

displayName?: string

屬性值

string

method

有效的 HTTP 作業方法。 一般 Http 方法,例如 GET、PUT、POST,但不受限制。

method?: string

屬性值

string

policies

作業原則

policies?: string

屬性值

string

request

包含要求詳細數據的實體。

request?: RequestContract

屬性值

responses

作業回應的陣列。

responses?: ResponseContract[]

屬性值

templateParameters

URL 樣本參數的集合。

templateParameters?: ParameterContract[]

屬性值

urlTemplate

識別此作業之目標資源的相對URL範本。 可能包含參數。 範例:/customers/{cid}/orders/{oid}/?date={date}

urlTemplate?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type