다음을 통해 공유


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 클래스의 새 instance 초기화합니다.

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 클래스의 새 instance 초기화합니다.

속성

AccountEndpoint

Batch 서비스와 상호 작용하는 데 사용되는 계정 엔드포인트를 가져옵니다.

ActiveJobAndJobScheduleQuota

Batch 계정에 대한 활성 작업 및 작업 일정 할당량을 가져옵니다.

AllowedAuthenticationModes

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

AutoStorage

Batch 계정과 연결된 모든 자동 스토리지 계정의 속성 및 상태 가져옵니다.

DedicatedCoreQuota

Batch 계정에 대한 전용 코어 할당량을 가져옵니다.

DedicatedCoreQuotaPerVMFamily

Batch 계정에 대한 Virtual Machine 제품군당 전용 코어 할당량 목록을 가져옵니다. PoolAllocationMode가 UserSubscription으로 설정된 계정의 경우 이 값이 반환되지 않도록 구독에서 할당량이 관리됩니다.

DedicatedCoreQuotaPerVMFamilyEnforced

이 계정에 대해 Virtual Machine 제품군당 코어 할당량이 적용되는지 여부를 나타내는 값을 가져옵니다.

Encryption

Batch 계정에 대한 암호화 구성을 가져옵니다.

Id

리소스의 ID를 가져옵니다.

(다음에서 상속됨 Resource)
Identity

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

KeyVaultReference

Batch 계정과 연결된 Azure Key Vault에 대한 참조를 가져옵니다.

Location

리소스의 위치를 가져옵니다.

(다음에서 상속됨 Resource)
LowPriorityCoreQuota

Batch 계정에 대한 스폿/우선 순위가 낮은 코어 할당량을 가져옵니다.

Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 Resource)
NetworkProfile

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

NodeManagementEndpoint

컴퓨팅 노드에서 Batch 노드 관리 서비스에 연결하는 데 사용하는 엔드포인트를 가져옵니다.

PoolAllocationMode

Batch 계정에서 풀을 만드는 데 사용할 할당 모드를 가져옵니다.

PoolQuota

Batch 계정에 대한 풀 할당량을 가져옵니다.

PrivateEndpointConnections

Batch 계정과 연결된 프라이빗 엔드포인트 연결 목록을 가져옵니다.

ProvisioningState

리소스의 프로비전된 상태를 가져옵니다. 가능한 값으로는 'Invalid', 'Create', 'Deleting', 'Succeeded', 'Failed', 'Canceled' 등이 있습니다.

PublicNetworkAccess

Azure Batch 서비스 및 Batch 계정 작업에 액세스하기 위한 네트워크 인터페이스 유형을 가져오거나 설정합니다.

Tags

리소스의 태그를 가져옵니다.

(다음에서 상속됨 Resource)
Type

리소스의 형식을 가져옵니다.

(다음에서 상속됨 Resource)

메서드

Validate()

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

적용 대상