次の方法で共有


Key コンストラクター

定義

オーバーロード

Key()

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

Key(String)

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

Key()

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

public Key ();
Public Sub New ()

適用対象

Key(String)

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

public Key (string activationKey);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Key : string -> Microsoft.Azure.Management.StorSimple8000Series.Models.Key
Public Sub New (activationKey As String)

パラメーター

activationKey
String

デバイスのアクティブ化キー。

適用対象