次の方法で共有


OSProfile コンストラクター

定義

オーバーロード

OSProfile()

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

OSProfile(String)

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

OSProfile()

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

public OSProfile ();
Public Sub New ()

適用対象

OSProfile(String)

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

public OSProfile (string computerName = default);
new Microsoft.Azure.Management.HybridCompute.Models.OSProfile : string -> Microsoft.Azure.Management.HybridCompute.Models.OSProfile
Public Sub New (Optional computerName As String = Nothing)

パラメーター

computerName
String

ハイブリッド コンピューターのホスト OS 名を指定します。

適用対象