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

ArmMachineLearningModelFactory.MachineLearningFqdnEndpoint 方法

定义

初始化 MachineLearningFqdnEndpoint 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoint MachineLearningFqdnEndpoint (string domainName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpointDetail> endpointDetails = default);
static member MachineLearningFqdnEndpoint : string * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpointDetail> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoint
Public Shared Function MachineLearningFqdnEndpoint (Optional domainName As String = Nothing, Optional endpointDetails As IEnumerable(Of MachineLearningFqdnEndpointDetail) = Nothing) As MachineLearningFqdnEndpoint

参数

domainName
String

返回

用于模拟的新 MachineLearningFqdnEndpoint 实例。

适用于