다음을 통해 공유


BatchAccountCreateParameters 생성자

정의

오버로드

BatchAccountCreateParameters()

BatchAccountCreateParameters 클래스의 새 instance 초기화합니다.

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

BatchAccountCreateParameters 클래스의 새 instance 초기화합니다.

BatchAccountCreateParameters()

BatchAccountCreateParameters 클래스의 새 instance 초기화합니다.

public BatchAccountCreateParameters ();
Public Sub New ()

적용 대상

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

BatchAccountCreateParameters 클래스의 새 instance 초기화합니다.

public BatchAccountCreateParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties autoStorage = default, Microsoft.Azure.Management.Batch.Models.PoolAllocationMode? poolAllocationMode = default, Microsoft.Azure.Management.Batch.Models.KeyVaultReference keyVaultReference = default, Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType? publicNetworkAccess = default, Microsoft.Azure.Management.Batch.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Management.Batch.Models.EncryptionProperties encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AuthenticationMode?> allowedAuthenticationModes = default, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity identity = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties * Nullable<Microsoft.Azure.Management.Batch.Models.PoolAllocationMode> * Microsoft.Azure.Management.Batch.Models.KeyVaultReference * Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> * Microsoft.Azure.Management.Batch.Models.NetworkProfile * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStorage As AutoStorageBaseProperties = Nothing, Optional poolAllocationMode As Nullable(Of PoolAllocationMode) = Nothing, Optional keyVaultReference As KeyVaultReference = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional identity As BatchAccountIdentity = Nothing)

매개 변수

location
String

계정을 만들 지역입니다.

tags
IDictionary<String,String>

계정과 연결된 사용자 지정 태그입니다.

autoStorage
AutoStorageBaseProperties

자동 스토리지 계정과 관련된 속성입니다.

poolAllocationMode
Nullable<PoolAllocationMode>

배치 계정에서 풀을 만드는 데 사용하는 할당 모드입니다.

keyVaultReference
KeyVaultReference

Batch 계정과 연결된 Azure Key Vault에 대한 참조입니다.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Azure Batch 계정에 액세스하기 위한 네트워크 액세스 유형입니다.

networkProfile
NetworkProfile

각 엔드포인트에 대한 네트워크 규칙 설정을 포함하는 Batch 계정의 네트워크 프로필입니다.

encryption
EncryptionProperties

Batch 계정에 대한 암호화 구성입니다.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

데이터 평면으로 인증하는 데 사용할 수 있는 Batch 계정에 허용되는 인증 모드 목록입니다. 컨트롤 플레인을 사용한 인증에는 영향을 주지 않습니다.

identity
BatchAccountIdentity

Batch 계정의 ID입니다.

적용 대상