MachineLearningEncryptionSetting コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MachineLearningEncryptionSetting の新しいインスタンスを初期化します。
public MachineLearningEncryptionSetting (Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionKeyVaultProperties keyVaultProperties, Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus status);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionSetting : Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionKeyVaultProperties * Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionSetting
Public Sub New (keyVaultProperties As MachineLearningEncryptionKeyVaultProperties, status As MachineLearningEncryptionStatus)
パラメーター
- keyVaultProperties
- MachineLearningEncryptionKeyVaultProperties
暗号化を実行するための KeyVault の詳細。
ワークスペースに対して暗号化が有効になっているかどうかを示します。
例外
keyVaultProperties
が null です。