你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccountInner 类
- java.
lang. Object - Resource
- com.
microsoft. azure. management. batch. implementation. BatchAccountInner
- com.
public class BatchAccountInner
包含有关Azure Batch帐户的信息。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
accountEndpoint()
获取用于与 Batch 服务交互的帐户终结点。 |
int |
activeJobAndJobScheduleQuota()
获取 activeJobAndJobScheduleQuota 值。 |
List<Authentication |
allowedAuthenticationModes()
获取 Batch 帐户允许的身份验证模式列表,这些模式可用于对数据平面进行身份验证。 这不会影响控制平面的身份验证。 |
Auto |
autoStorage()
获取 autoStorage 值。 |
Integer |
dedicatedCoreQuota()
对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。 |
List<Virtual |
dedicatedCoreQuotaPerVMFamily()
获取 Batch 帐户的每个虚拟机系列的专用核心配额列表。 对于 PoolAllocationMode 设置为 UserSubscription 的帐户,在订阅上管理配额,因此不会返回此值。 |
boolean |
dedicatedCoreQuotaPerVMFamilyEnforced()
获取批处理正在转换其核心配额系统,以便为每个虚拟机系列强制实施专用核心。 在此过渡阶段,可能尚未强制实施每个虚拟机系列的专用核心配额。 如果此标志为 false,则通过帐户上的旧 dedicatedCoreQuota 属性强制实施专用核心配额,并且不考虑虚拟机系列。 如果此标志为 true,则通过帐户上的 dedicatedCoreQuotaPerVMFamily 属性强制实施专用核心配额,旧的 dedicatedCoreQuota 不适用。 |
Encryption |
encryption()
获取 配置 Batch 帐户中客户数据的加密方式。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 为了进行额外的控制,可以改用客户管理的密钥。 |
Batch |
identity()
获取 Batch 帐户的标识。 |
Key |
keyVaultReference()
获取 keyVaultReference 值。 |
Integer |
lowPriorityCoreQuota()
对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。 |
Pool |
poolAllocationMode()
获取可能的值包括:“BatchService”、“UserSubscription”。 |
int |
poolQuota()
获取 poolQuota 值。 |
List<Private |
privateEndpointConnections()
获取与 Batch 帐户关联的专用终结点连接列表。 |
Provisioning |
provisioningState()
获取资源的预配状态。 可能的值包括:“Invalid”、“Create”、“Deleting”、“Succeeded”、“Failed”、“Cancelled”。 |
Public |
publicNetworkAccess()
如果未指定,则获取默认值为“enabled”。 可能的值包括:“Enabled”、“Disabled”。 |
Batch |
withIdentity(BatchAccountIdentity identity)
设置 Batch 帐户的标识。 |
方法详细信息
accountEndpoint
public String accountEndpoint()
获取用于与 Batch 服务交互的帐户终结点。
Returns:
activeJobAndJobScheduleQuota
public int activeJobAndJobScheduleQuota()
获取 activeJobAndJobScheduleQuota 值。
Returns:
allowedAuthenticationModes
public List
获取 Batch 帐户允许的身份验证模式列表,这些模式可用于对数据平面进行身份验证。 这不会影响控制平面的身份验证。
Returns:
autoStorage
public AutoStorageProperties autoStorage()
获取 autoStorage 值。
Returns:
dedicatedCoreQuota
public Integer dedicatedCoreQuota()
对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。
Returns:
dedicatedCoreQuotaPerVMFamily
public List
获取 Batch 帐户的每个虚拟机系列的专用核心配额列表。 对于 PoolAllocationMode 设置为 UserSubscription 的帐户,在订阅上管理配额,因此不会返回此值。
Returns:
dedicatedCoreQuotaPerVMFamilyEnforced
public boolean dedicatedCoreQuotaPerVMFamilyEnforced()
获取批处理正在转换其核心配额系统,以便为每个虚拟机系列强制实施专用核心。 在此过渡阶段,可能尚未强制实施每个虚拟机系列的专用核心配额。 如果此标志为 false,则通过帐户上的旧 dedicatedCoreQuota 属性强制实施专用核心配额,并且不考虑虚拟机系列。 如果此标志为 true,则通过帐户上的 dedicatedCoreQuotaPerVMFamily 属性强制实施专用核心配额,旧的 dedicatedCoreQuota 不适用。
Returns:
encryption
public EncryptionProperties encryption()
获取 配置 Batch 帐户中客户数据的加密方式。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 为了进行额外的控制,可以改用客户管理的密钥。
Returns:
identity
public BatchAccountIdentity identity()
获取 Batch 帐户的标识。
Returns:
keyVaultReference
public KeyVaultReference keyVaultReference()
获取 keyVaultReference 值。
Returns:
lowPriorityCoreQuota
public Integer lowPriorityCoreQuota()
对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。
Returns:
poolAllocationMode
public PoolAllocationMode poolAllocationMode()
获取可能的值包括:“BatchService”、“UserSubscription”。
Returns:
poolQuota
public int poolQuota()
获取 poolQuota 值。
Returns:
privateEndpointConnections
public List
获取与 Batch 帐户关联的专用终结点连接列表。
Returns:
provisioningState
public ProvisioningState provisioningState()
获取资源的预配状态。 可能的值包括:“Invalid”、“Create”、“Deleting”、“Succeeded”、“Failed”、“Cancelled”。
Returns:
publicNetworkAccess
public PublicNetworkAccessType publicNetworkAccess()
如果未指定,则获取默认值为“enabled”。 可能的值包括:“Enabled”、“Disabled”。
Returns:
withIdentity
public BatchAccountInner withIdentity(BatchAccountIdentity identity)
设置 Batch 帐户的标识。
Parameters:
Returns: