RunCommandDocument Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RunCommandDocument() |
Initialise une nouvelle instance de la classe RunCommandDocument. |
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>) |
Initialise une nouvelle instance de la classe RunCommandDocument. |
RunCommandDocument()
Initialise une nouvelle instance de la classe RunCommandDocument.
public RunCommandDocument ();
Public Sub New ()
S’applique à
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>)
Initialise une nouvelle instance de la classe RunCommandDocument.
public RunCommandDocument (string schema, string id, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, string label, string description, System.Collections.Generic.IList<string> script, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition> parameters = default);
new Microsoft.Azure.Management.Compute.Models.RunCommandDocument : string * string * Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition> -> Microsoft.Azure.Management.Compute.Models.RunCommandDocument
Public Sub New (schema As String, id As String, osType As OperatingSystemTypes, label As String, description As String, script As IList(Of String), Optional parameters As IList(Of RunCommandParameterDefinition) = Nothing)
Paramètres
- schema
- String
Schéma de commande d’exécution de machine virtuelle.
- id
- String
ID de commande d’exécution de la machine virtuelle.
- osType
- OperatingSystemTypes
Type système d’exploitation. Les valeurs possibles sont les suivantes : « Windows », « Linux »
- label
- String
Étiquette de commande d’exécution de machine virtuelle.
- description
- String
Description de la commande d’exécution de machine virtuelle.
- parameters
- IList<RunCommandParameterDefinition>
Paramètres utilisés par le script.
S’applique à
Azure SDK for .NET