次の方法で共有


IVirtualMachineBeta.RunShellScript メソッド

定義

仮想マシンでシェル スクリプトを実行します。

public Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner RunShellScript(System.Collections.Generic.IList<string> scriptLines, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> scriptParameters);
abstract member RunShellScript : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> -> Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner
Public Function RunShellScript (scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter)) As RunCommandResultInner

パラメーター

scriptLines
IList<String>

シェル スクリプト行。

scriptParameters
IList<RunCommandInputParameter>

スクリプトのパラメータ。

戻り値

適用対象