次の方法で共有


AzPowerShellSetup コンストラクター

定義

オーバーロード

AzPowerShellSetup()

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

AzPowerShellSetup(String)

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

AzPowerShellSetup()

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

public AzPowerShellSetup ();
Public Sub New ()

適用対象

AzPowerShellSetup(String)

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

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

パラメーター

version
String

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

適用対象