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

ArmMachineLearningModelFactory.MachineLearningResourceName 方法

定义

初始化 MachineLearningResourceName 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceName MachineLearningResourceName (string value = default, string localizedValue = default);
static member MachineLearningResourceName : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceName
Public Shared Function MachineLearningResourceName (Optional value As String = Nothing, Optional localizedValue As String = Nothing) As MachineLearningResourceName

参数

value
String

资源的名称。

localizedValue
String

资源的本地化名称。

返回

用于模拟的新 MachineLearningResourceName 实例。

适用于