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

BatchAccountCreateOrUpdateContent.PoolAllocationMode 属性

定义

池分配模式还会影响客户端向 Batch 服务 API 进行身份验证的方式。 如果模式为 BatchService,则客户端可以使用访问密钥或 Azure Active Directory 进行身份验证。 如果模式为 UserSubscription,则客户端必须使用 Azure Active Directory。 默认值为 BatchService。

public Azure.ResourceManager.Batch.Models.BatchAccountPoolAllocationMode? PoolAllocationMode { get; set; }
member this.PoolAllocationMode : Nullable<Azure.ResourceManager.Batch.Models.BatchAccountPoolAllocationMode> with get, set
Public Property PoolAllocationMode As Nullable(Of BatchAccountPoolAllocationMode)

属性值

适用于