次の方法で共有


AzPowerShellSetup(String) コンストラクター

定義

AzPowerShellSetup の新しいインスタンスを初期化します。

public AzPowerShellSetup (string version);
new Azure.ResourceManager.DataFactory.Models.AzPowerShellSetup : string -> Azure.ResourceManager.DataFactory.Models.AzPowerShellSetup
Public Sub New (version As String)

パラメーター

version
String

インストールするAzure PowerShellの必要なバージョン。

例外

version が null です。

適用対象