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

AzureMLBatchExecutionActivity.GlobalParameters 属性

定义

获取或设置要传递给 Azure ML Batch 执行服务终结点的键值对。 键必须与已发布 Azure ML Web 服务中定义的 Web 服务参数名称匹配。 值将在 Azure ML 批处理执行请求的 GlobalParameters 属性中传递。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.globalParameters")]
public System.Collections.Generic.IDictionary<string,object> GlobalParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.globalParameters")>]
member this.GlobalParameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property GlobalParameters As IDictionary(Of String, Object)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于