RunCommandDocument コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RunCommandDocument() |
RunCommandDocument クラスの新しいインスタンスを初期化します。 |
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>) |
RunCommandDocument クラスの新しいインスタンスを初期化します。 |
RunCommandDocument()
RunCommandDocument クラスの新しいインスタンスを初期化します。
public RunCommandDocument ();
Public Sub New ()
適用対象
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>)
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)
パラメーター
- schema
- String
VM 実行コマンド スキーマ。
- id
- String
VM の実行コマンド ID。
- osType
- OperatingSystemTypes
オペレーティング システムの種類。 使用可能な値は次のとおりです: 'Windows'、'Linux'
- label
- String
VM run コマンド ラベル。
- description
- String
VM 実行コマンドの説明。
- parameters
- IList<RunCommandParameterDefinition>
スクリプトで使用されるパラメーター。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET