次の方法で共有


SecuritySettings コンストラクター

定義

オーバーロード

SecuritySettings()

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

SecuritySettings(AsymmetricEncryptedSecret, String, String, String)

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

SecuritySettings()

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

public SecuritySettings ();
Public Sub New ()

適用対象

SecuritySettings(AsymmetricEncryptedSecret, String, String, String)

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

public SecuritySettings (Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret deviceAdminPassword, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SecuritySettings : Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.SecuritySettings
Public Sub New (deviceAdminPassword As AsymmetricEncryptedSecret, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

deviceAdminPassword
AsymmetricEncryptedSecret

デバイスのローカル Web UI へのサインインには、暗号化された文字列 (RSA PKCS #1 を使用して暗号化) としてのデバイス管理者パスワードが使用されます。 実際のパスワードには、大文字、小文字、数字、特殊文字の組み合わせである 8 文字以上が必要です。

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクト名。

type
String

オブジェクトの階層型。

適用対象