次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeSecuritySettings メソッド

定義

DataBoxEdgeSecuritySettings の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSecuritySettings DataBoxEdgeSecuritySettings (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret deviceAdminPassword = default);
static member DataBoxEdgeSecuritySettings : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSecuritySettings
Public Shared Function DataBoxEdgeSecuritySettings (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional deviceAdminPassword As AsymmetricEncryptedSecret = Nothing) As DataBoxEdgeSecuritySettings

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

deviceAdminPassword
AsymmetricEncryptedSecret

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

戻り値

モック作成用の新しい DataBoxEdgeSecuritySettings インスタンス。

適用対象