DeviceDetailsBase コンストラクター

定義

オーバーロード

DeviceDetailsBase()

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

DeviceDetailsBase(String, DeviceType)

必要な引数を使用して DeviceDetailsBase クラスの新しいインスタンスを初期化します。

DeviceDetailsBase()

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

public DeviceDetailsBase ();
Public Sub New ()

適用対象

DeviceDetailsBase(String, DeviceType)

必要な引数を使用して DeviceDetailsBase クラスの新しいインスタンスを初期化します。

public DeviceDetailsBase (string name, Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType type);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase : string * Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType -> Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase
Public Sub New (name As String, type As DeviceType)

パラメーター

name
String
type
DeviceType

適用対象