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

BatchAccountCreateParameters 类

定义

提供给创建操作的参数。

[Microsoft.Rest.Serialization.JsonTransformation]
public class BatchAccountCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BatchAccountCreateParameters = class
Public Class BatchAccountCreateParameters
继承
BatchAccountCreateParameters
属性

构造函数

BatchAccountCreateParameters()

初始化 BatchAccountCreateParameters 类的新实例。

BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

初始化 BatchAccountCreateParameters 类的新实例。

属性

AllowedAuthenticationModes

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

AutoStorage

获取或设置与自动存储帐户相关的属性。

Encryption

获取或设置 Batch 帐户的加密配置。

Identity

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

KeyVaultReference

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

Location

获取或设置在其中创建帐户的区域。

NetworkProfile

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

PoolAllocationMode

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

PublicNetworkAccess

获取或设置用于访问Azure Batch帐户的网络访问类型。

Tags

获取或设置与帐户关联的用户指定的标记。

方法

Validate()

验证 对象。

适用于