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

BatchAccountInner 类

  • java.lang.Object
    • Resource
      • com.microsoft.azure.management.batch.implementation.BatchAccountInner

public class BatchAccountInner

包含有关Azure Batch帐户的信息。

方法摘要

修饰符和类型 方法和描述
String accountEndpoint()

获取用于与 Batch 服务交互的帐户终结点。

int activeJobAndJobScheduleQuota()

获取 activeJobAndJobScheduleQuota 值。

List<AuthenticationMode> allowedAuthenticationModes()

获取 Batch 帐户允许的身份验证模式列表,这些模式可用于对数据平面进行身份验证。 这不会影响控制平面的身份验证。

AutoStorageProperties autoStorage()

获取 autoStorage 值。

Integer dedicatedCoreQuota()

对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。

List<VirtualMachineFamilyCoreQuota> dedicatedCoreQuotaPerVMFamily()

获取 Batch 帐户的每个虚拟机系列的专用核心配额列表。 对于 PoolAllocationMode 设置为 UserSubscription 的帐户,在订阅上管理配额,因此不会返回此值。

boolean dedicatedCoreQuotaPerVMFamilyEnforced()

获取批处理正在转换其核心配额系统,以便为每个虚拟机系列强制实施专用核心。 在此过渡阶段,可能尚未强制实施每个虚拟机系列的专用核心配额。 如果此标志为 false,则通过帐户上的旧 dedicatedCoreQuota 属性强制实施专用核心配额,并且不考虑虚拟机系列。 如果此标志为 true,则通过帐户上的 dedicatedCoreQuotaPerVMFamily 属性强制实施专用核心配额,旧的 dedicatedCoreQuota 不适用。

EncryptionProperties encryption()

获取 配置 Batch 帐户中客户数据的加密方式。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 为了进行额外的控制,可以改用客户管理的密钥。

BatchAccountIdentity identity()

获取 Batch 帐户的标识。

KeyVaultReference keyVaultReference()

获取 keyVaultReference 值。

Integer lowPriorityCoreQuota()

对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。

PoolAllocationMode poolAllocationMode()

获取可能的值包括:“BatchService”、“UserSubscription”。

int poolQuota()

获取 poolQuota 值。

List<PrivateEndpointConnectionInner> privateEndpointConnections()

获取与 Batch 帐户关联的专用终结点连接列表。

ProvisioningState provisioningState()

获取资源的预配状态。 可能的值包括:“Invalid”、“Create”、“Deleting”、“Succeeded”、“Failed”、“Cancelled”。

PublicNetworkAccessType publicNetworkAccess()

如果未指定,则获取默认值为“enabled”。 可能的值包括:“Enabled”、“Disabled”。

BatchAccountInner withIdentity(BatchAccountIdentity identity)

设置 Batch 帐户的标识。

方法详细信息

accountEndpoint

public String accountEndpoint()

获取用于与 Batch 服务交互的帐户终结点。

Returns:

accountEndpoint 值

activeJobAndJobScheduleQuota

public int activeJobAndJobScheduleQuota()

获取 activeJobAndJobScheduleQuota 值。

Returns:

activeJobAndJobScheduleQuota 值

allowedAuthenticationModes

public List allowedAuthenticationModes()

获取 Batch 帐户允许的身份验证模式列表,这些模式可用于对数据平面进行身份验证。 这不会影响控制平面的身份验证。

Returns:

allowedAuthenticationModes 值

autoStorage

public AutoStorageProperties autoStorage()

获取 autoStorage 值。

Returns:

autoStorage 值

dedicatedCoreQuota

public Integer dedicatedCoreQuota()

对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。

Returns:

dedicatedCoreQuota 值

dedicatedCoreQuotaPerVMFamily

public List dedicatedCoreQuotaPerVMFamily()

获取 Batch 帐户的每个虚拟机系列的专用核心配额列表。 对于 PoolAllocationMode 设置为 UserSubscription 的帐户,在订阅上管理配额,因此不会返回此值。

Returns:

dedicatedCoreQuotaPerVMFamily 值

dedicatedCoreQuotaPerVMFamilyEnforced

public boolean dedicatedCoreQuotaPerVMFamilyEnforced()

获取批处理正在转换其核心配额系统,以便为每个虚拟机系列强制实施专用核心。 在此过渡阶段,可能尚未强制实施每个虚拟机系列的专用核心配额。 如果此标志为 false,则通过帐户上的旧 dedicatedCoreQuota 属性强制实施专用核心配额,并且不考虑虚拟机系列。 如果此标志为 true,则通过帐户上的 dedicatedCoreQuotaPerVMFamily 属性强制实施专用核心配额,旧的 dedicatedCoreQuota 不适用。

Returns:

dedicatedCoreQuotaPerVMFamilyEnforced 值

encryption

public EncryptionProperties encryption()

获取 配置 Batch 帐户中客户数据的加密方式。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 为了进行额外的控制,可以改用客户管理的密钥。

Returns:

加密值

identity

public BatchAccountIdentity identity()

获取 Batch 帐户的标识。

Returns:

标识值

keyVaultReference

public KeyVaultReference keyVaultReference()

获取 keyVaultReference 值。

Returns:

keyVaultReference 值

lowPriorityCoreQuota

public Integer lowPriorityCoreQuota()

对于 PoolAllocationMode 设置为 UserSubscription 的帐户获取,配额在订阅上管理,因此不会返回此值。

Returns:

lowPriorityCoreQuota 值

poolAllocationMode

public PoolAllocationMode poolAllocationMode()

获取可能的值包括:“BatchService”、“UserSubscription”。

Returns:

poolAllocationMode 值

poolQuota

public int poolQuota()

获取 poolQuota 值。

Returns:

poolQuota 值

privateEndpointConnections

public List privateEndpointConnections()

获取与 Batch 帐户关联的专用终结点连接列表。

Returns:

privateEndpointConnections 值

provisioningState

public ProvisioningState provisioningState()

获取资源的预配状态。 可能的值包括:“Invalid”、“Create”、“Deleting”、“Succeeded”、“Failed”、“Cancelled”。

Returns:

provisioningState 值

publicNetworkAccess

public PublicNetworkAccessType publicNetworkAccess()

如果未指定,则获取默认值为“enabled”。 可能的值包括:“Enabled”、“Disabled”。

Returns:

publicNetworkAccess 值

withIdentity

public BatchAccountInner withIdentity(BatchAccountIdentity identity)

设置 Batch 帐户的标识。

Parameters:

identity - 要设置的标识值

Returns:

BatchAccountInner 对象本身。

适用于