你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.MachineLearningVirtualMachineSecrets 方法

定义

初始化 MachineLearningVirtualMachineSecrets 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineSecrets MachineLearningVirtualMachineSecrets (Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials administratorAccount = default);
static member MachineLearningVirtualMachineSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials -> Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineSecrets
Public Shared Function MachineLearningVirtualMachineSecrets (Optional administratorAccount As MachineLearningVmSshCredentials = Nothing) As MachineLearningVirtualMachineSecrets

参数

administratorAccount
MachineLearningVmSshCredentials

管理员虚拟机的凭据。

返回

用于模拟的新 MachineLearningVirtualMachineSecrets 实例。

适用于