共用方式為


ScriptParameter interface

腳本將接受的參數

屬性

description

參數的易記描述注意:此屬性不會序列化。 它只能由伺服器填入。

name

腳本預期參數值的參數名稱

optional

這是必要或選擇性的附注:此屬性不會序列化。 它只能由伺服器填入。

type

腳本預期的參數類型。 psCredential 是 PSCredentialObject 附注:此屬性將不會序列化。 它只能由伺服器填入。

visibility

執行 NOTE 時,應該會顯示此參數,並在參數引數中傳遞:此屬性不會序列化。 它只能由伺服器填入。

屬性詳細資料

description

參數的易記描述注意:此屬性不會序列化。 它只能由伺服器填入。

description?: string

屬性值

string

name

腳本預期參數值的參數名稱

name?: string

屬性值

string

optional

這是必要或選擇性的附注:此屬性不會序列化。 它只能由伺服器填入。

optional?: string

屬性值

string

type

腳本預期的參數類型。 psCredential 是 PSCredentialObject 附注:此屬性將不會序列化。 它只能由伺服器填入。

type?: string

屬性值

string

visibility

執行 NOTE 時,應該會顯示此參數,並在參數引數中傳遞:此屬性不會序列化。 它只能由伺服器填入。

visibility?: string

屬性值

string