Partager via


IVirtualMachinesBeta.RunPowerShellScript Méthode

Définition

Exécuter un script d’interpréteur de commandes dans une machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner RunPowerShellScript (string groupName, string name, System.Collections.Generic.IList<string> scriptLines, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> scriptParameters);
abstract member RunPowerShellScript : string * string * 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 RunPowerShellScript (groupName As String, name As String, scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter)) As RunCommandResultInner

Paramètres

groupName
String

Nom du groupe de ressources.

name
String

Nom de la machine virtuelle.

scriptLines
IList<String>

Lignes de script PowerShell.

scriptParameters
IList<RunCommandInputParameter>

Paramètres de script

Retours

S’applique à