次の方法で共有


VirtualMachineRunCommandScriptSource コンストラクター

定義

オーバーロード

VirtualMachineRunCommandScriptSource()

VirtualMachineRunCommandScriptSource クラスの新しいインスタンスを初期化します。

VirtualMachineRunCommandScriptSource(String, String, String, RunCommandManagedIdentity)

VirtualMachineRunCommandScriptSource クラスの新しいインスタンスを初期化します。

VirtualMachineRunCommandScriptSource()

VirtualMachineRunCommandScriptSource クラスの新しいインスタンスを初期化します。

public VirtualMachineRunCommandScriptSource();
Public Sub New ()

適用対象

VirtualMachineRunCommandScriptSource(String, String, String, RunCommandManagedIdentity)

VirtualMachineRunCommandScriptSource クラスの新しいインスタンスを初期化します。

public VirtualMachineRunCommandScriptSource(string script = default, string scriptUri = default, string commandId = default, Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity scriptUriManagedIdentity = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource : string * string * string * Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity -> Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource
Public Sub New (Optional script As String = Nothing, Optional scriptUri As String = Nothing, Optional commandId As String = Nothing, Optional scriptUriManagedIdentity As RunCommandManagedIdentity = Nothing)

パラメーター

script
String

VM で実行するスクリプト コンテンツを指定します。

scriptUri
String

スクリプトのダウンロード場所を指定します。 読み取りアクセス権を持つ Azure ストレージ BLOB の SAS URI またはパブリック URI のいずれかを指定できます。

commandId
String

定義済みの組み込みスクリプトの commandId を指定します。

scriptUriManagedIdentity
RunCommandManagedIdentity

Azure Storage BLOB の場合に scriptUri にアクセスできるユーザー割り当てマネージド ID。 システム割り当て ID の場合は、空のオブジェクトを使用します。 Azure ストレージ BLOB が存在し、マネージド ID に "ストレージ BLOB データ閲覧者" ロールの割り当てで BLOB のコンテナーへのアクセス権が付与されていることを確認します。 ユーザー割り当て ID の場合は、必ず VM の ID の下に追加してください。 マネージド ID とコマンドの実行の詳細については、 と https://aka.ms/RunCommandManagedを参照してくださいhttps://aka.ms/ManagedIdentity

適用対象