다음을 통해 공유


BatchAccountCreateParameters 클래스

정의

만들기 작업에 제공된 매개 변수입니다.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BatchAccountCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BatchAccountCreateParameters = class
Public Class BatchAccountCreateParameters
상속
BatchAccountCreateParameters
특성

생성자

BatchAccountCreateParameters()

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

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

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

속성

AllowedAuthenticationModes

데이터 평면을 사용하여 인증하는 데 사용할 수 있는 Batch 계정에 허용되는 인증 모드 목록을 가져오거나 설정합니다. 컨트롤 플레인을 사용한 인증에는 영향을 주지 않습니다.

AutoStorage

자동 스토리지 계정과 관련된 속성을 가져오거나 설정합니다.

Encryption

Batch 계정에 대한 암호화 구성을 가져오거나 설정합니다.

Identity

Batch 계정의 ID를 가져오거나 설정합니다.

KeyVaultReference

Batch 계정과 연결된 Azure Key Vault에 대한 참조를 가져오거나 설정합니다.

Location

계정을 만들 지역을 가져오거나 설정합니다.

NetworkProfile

각 엔드포인트에 대한 네트워크 규칙 설정을 포함하는 Batch 계정에 대한 네트워크 프로필을 가져오거나 설정합니다.

PoolAllocationMode

Batch 계정에서 풀을 만드는 데 사용할 할당 모드를 가져오거나 설정합니다.

PublicNetworkAccess

Azure Batch 계정에 액세스하기 위한 네트워크 액세스 유형을 가져오거나 설정합니다.

Tags

계정과 연결된 사용자 지정 태그를 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상