ScriptCmdlet interface
可用於腳本執行的 Cmdlet
- Extends
屬性
audience | 指定腳本 Cmdlet 是要只透過自動化叫用,還是客戶看得見注意:此屬性不會串行化。 它只能由伺服器填入。 |
description | 腳本功能的描述注意:此屬性將不會串行化。 它只能由伺服器填入。 |
parameters | 腳本將接受的參數注意:此屬性將不會串行化。 它只能由伺服器填入。 |
provisioning |
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
timeout | 建議的執行時間限制注意:此屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
audience
指定腳本 Cmdlet 是要只透過自動化叫用,還是客戶看得見注意:此屬性不會串行化。 它只能由伺服器填入。
audience?: string
屬性值
string
description
腳本功能的描述注意:此屬性將不會串行化。 它只能由伺服器填入。
description?: string
屬性值
string
parameters
provisioningState
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
timeout
建議的執行時間限制注意:此屬性將不會串行化。 它只能由伺服器填入。
timeout?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string