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

AutoPoolSpecification.AutoPoolIdPrefix 属性

定义

获取或设置自动创建池时要添加到唯一标识符的前缀。

[Newtonsoft.Json.JsonProperty(PropertyName="autoPoolIdPrefix")]
public string AutoPoolIdPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoPoolIdPrefix")>]
member this.AutoPoolIdPrefix : string with get, set
Public Property AutoPoolIdPrefix As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

Batch 服务在创建时为每个自动池分配一个唯一标识符。 若要区分为不同目的创建的池,可以指定此元素以向分配的 ID 添加前缀。 该前缀的长度最多是 20 个字符。

适用于