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

BatchAccount 类

定义

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class BatchAccount : Microsoft.Azure.Management.Batch.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BatchAccount = class
    inherit Resource
Public Class BatchAccount
Inherits Resource
继承
BatchAccount
属性

构造函数

BatchAccount()

初始化 BatchAccount 类的新实例。

BatchAccount(String, String, String, String, IDictionary<String, String>, String, String, ProvisioningState, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, IList<PrivateEndpointConnection>, AutoStorageProperties, EncryptionProperties, Nullable<Int32>, Nullable<Int32>, IList<VirtualMachineFamilyCoreQuota>, Boolean, Int32, Int32, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

初始化 BatchAccount 类的新实例。

属性

AccountEndpoint

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

ActiveJobAndJobScheduleQuota

获取 Batch 帐户的活动作业和作业计划配额。

AllowedAuthenticationModes

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

AutoStorage

获取与 Batch 帐户关联的任何自动存储帐户的属性和状态。

DedicatedCoreQuota

获取 Batch 帐户的专用核心配额。

DedicatedCoreQuotaPerVMFamily

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

DedicatedCoreQuotaPerVMFamilyEnforced

获取一个值,该值指示是否为此帐户强制实施每个虚拟机系列的核心配额

Encryption

获取 Batch 帐户的加密配置。

Id

获取资源的 ID。

(继承自 Resource)
Identity

获取或设置 Batch 帐户的标识。

KeyVaultReference

获取对与 Batch 帐户关联的 Azure 密钥保管库的引用。

Location

获取资源的位置。

(继承自 Resource)
LowPriorityCoreQuota

获取 Batch 帐户的现成/低优先级核心配额。

Name

获取资源的名称。

(继承自 Resource)
NetworkProfile

获取或设置 Batch 帐户的网络配置文件,其中包含每个终结点的网络规则设置。

NodeManagementEndpoint

获取计算节点用于连接到 Batch 节点管理服务的终结点。

PoolAllocationMode

获取用于在 Batch 帐户中创建池的分配模式。

PoolQuota

获取 Batch 帐户的池配额。

PrivateEndpointConnections

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

ProvisioningState

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

PublicNetworkAccess

获取或设置用于访问Azure Batch服务和 Batch 帐户操作的网络接口类型。

Tags

获取资源的标记。

(继承自 Resource)
Type

获取资源的类型。

(继承自 Resource)

方法

Validate()

验证 对象。

适用于