StorageApplianceCommandSpecification interface
StorageApplianceCommandSpecification 代表要執行的命令和選擇性引數。
屬性詳細資料
arguments
將依序以個別引數傳遞至指令碼的字串清單。
arguments?: string[]
屬性值
string[]
command
要執行的命令。
command: string
屬性值
string