共用方式為


ScheduledActionProxyResource interface

資源模型定義。

Extends

屬性

eTag

資源 Etag。 針對更新呼叫,eTag 是選擇性的,可以指定以達到開放式並行存取。 先執行 'GET' 呼叫來擷取資源的 eTag,然後在執行更新時,將最新的 eTag 包含在要求本文或 'If-Match' 標頭中。 針對建立呼叫,不需要 eTag。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kind

排程動作的種類。

systemData

排程動作的種類。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

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

name

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

type

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

屬性詳細資料

eTag

資源 Etag。 針對更新呼叫,eTag 是選擇性的,可以指定以達到開放式並行存取。 先執行 'GET' 呼叫來擷取資源的 eTag,然後在執行更新時,將最新的 eTag 包含在要求本文或 'If-Match' 標頭中。 針對建立呼叫,不需要 eTag。 注意:這個屬性不會串行化。 它只能由伺服器填入。

eTag?: string

屬性值

string

kind

排程動作的種類。

kind?: string

屬性值

string

systemData

排程動作的種類。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承的屬性詳細資料

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