ScriptExecution 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用者執行的腳本實例 - 自訂或 AVS
[Microsoft.Rest.Serialization.JsonTransformation]
public class ScriptExecution : Microsoft.Azure.Management.Avs.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScriptExecution = class
inherit ProxyResource
Public Class ScriptExecution
Inherits ProxyResource
- 繼承
- 屬性
建構函式
屬性
Errors |
從 Powershell 執行取得標準錯誤輸出資料流程 |
FailureReason |
如果腳本能夠執行,則取得或設定錯誤訊息,但如果腳本本身有錯誤或 Powershell 擲回例外狀況 |
FinishedAt |
取得腳本執行完成的時間 |
HiddenParameters |
取得或設定 ARM 將隱藏/看不到的參數,例如密碼和認證 |
Id |
取得資源識別碼。 (繼承來源 Resource) |
Information |
從 Powershell 執行取得標準資訊輸出資料流程 |
Name |
取得資源名稱。 (繼承來源 Resource) |
NamedOutputs |
取得或設定使用者定義字典。 |
Output |
從 Powershell 執行取得或設定標準輸出資料流程 |
Parameters |
取得或設定腳本將接受的參數 |
ProvisioningState |
取得腳本執行資源的狀態。 可能的值包括:'Pending'、'Running'、'Succeeded'、'Failed'、'Cancelling'、'Cancelled'、'刪除' |
Retention |
取得或設定資源存留時間。 如果未提供,將會有 60 天可用 |
ScriptCmdletId |
如果使用者執行 AVS 腳本,取得或設定腳本 Cmdlet 資源的參考 |
StartedAt |
取得腳本執行啟動的時間 |
SubmittedAt |
取得提交腳本執行的時間 |
Timeout |
取得或設定執行的時間限制 |
Type |
取得資源類型。 (繼承來源 Resource) |
Warnings |
從 Powershell 執行取得標準警告輸出資料流程 |
方法
Validate() |
驗證 物件。 |