BatchAccount 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BatchAccount()
BatchAccount 클래스의 새 instance 초기화합니다.
public BatchAccount();
Public Sub New ()
적용 대상
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 초기화합니다.
public BatchAccount(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string accountEndpoint = default, string nodeManagementEndpoint = default, Microsoft.Azure.Management.Batch.Models.ProvisioningState provisioningState = Microsoft.Azure.Management.Batch.Models.ProvisioningState.Invalid, 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, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> privateEndpointConnections = default, Microsoft.Azure.Management.Batch.Models.AutoStorageProperties autoStorage = default, Microsoft.Azure.Management.Batch.Models.EncryptionProperties encryption = default, int? dedicatedCoreQuota = default, int? lowPriorityCoreQuota = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.VirtualMachineFamilyCoreQuota> dedicatedCoreQuotaPerVMFamily = default, bool dedicatedCoreQuotaPerVMFamilyEnforced = false, int poolQuota = 0, int activeJobAndJobScheduleQuota = 0, 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.BatchAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.Batch.Models.ProvisioningState * 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 * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> * Microsoft.Azure.Management.Batch.Models.AutoStorageProperties * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.VirtualMachineFamilyCoreQuota> * bool * int * int * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional accountEndpoint As String = Nothing, Optional nodeManagementEndpoint As String = Nothing, Optional provisioningState As ProvisioningState = Microsoft.Azure.Management.Batch.Models.ProvisioningState.Invalid, 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 privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional autoStorage As AutoStorageProperties = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional dedicatedCoreQuota As Nullable(Of Integer) = Nothing, Optional lowPriorityCoreQuota As Nullable(Of Integer) = Nothing, Optional dedicatedCoreQuotaPerVMFamily As IList(Of VirtualMachineFamilyCoreQuota) = Nothing, Optional dedicatedCoreQuotaPerVMFamilyEnforced As Boolean = false, Optional poolQuota As Integer = 0, Optional activeJobAndJobScheduleQuota As Integer = 0, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional identity As BatchAccountIdentity = Nothing)
매개 변수
- id
- String
리소스의 ID입니다.
- name
- String
리소스의 이름입니다.
- type
- String
리소스 형식입니다.
- location
- String
리소스의 위치입니다.
- tags
- IDictionary<String,String>
리소스의 태그입니다.
- accountEndpoint
- String
Batch 서비스와 상호 작용하는 데 사용되는 계정 엔드포인트입니다.
- nodeManagementEndpoint
- String
컴퓨팅 노드에서 Batch 노드 관리 서비스에 연결하는 데 사용하는 엔드포인트입니다.
- provisioningState
- ProvisioningState
리소스의 프로비전된 상태입니다. 가능한 값으로는 'Invalid', 'Create', 'Deleting', 'Succeeded', 'Failed', 'Canceled' 등이 있습니다.
- poolAllocationMode
- Nullable<PoolAllocationMode>
배치 계정에서 풀을 만드는 데 사용하는 할당 모드입니다.
- keyVaultReference
- KeyVaultReference
Batch 계정과 연결된 Azure Key Vault에 대한 참조입니다.
- publicNetworkAccess
- Nullable<PublicNetworkAccessType>
Azure Batch 서비스 및 Batch 계정 작업에 액세스하기 위한 네트워크 인터페이스 유형입니다.
- networkProfile
- NetworkProfile
각 엔드포인트에 대한 네트워크 규칙 설정을 포함하는 Batch 계정의 네트워크 프로필입니다.
- privateEndpointConnections
- IList<PrivateEndpointConnection>
Batch 계정과 연결된 프라이빗 엔드포인트 연결 목록
- autoStorage
- AutoStorageProperties
Batch 계정과 연결된 모든 자동 스토리지 계정의 속성 및 상태.
- encryption
- EncryptionProperties
Batch 계정에 대한 암호화 구성입니다.
- dedicatedCoreQuotaPerVMFamily
- IList<VirtualMachineFamilyCoreQuota>
Batch 계정에 대한 Virtual Machine 제품군당 전용 코어 할당량 목록입니다. PoolAllocationMode가 UserSubscription으로 설정된 계정의 경우 이 값이 반환되지 않도록 구독에서 할당량이 관리됩니다.
- dedicatedCoreQuotaPerVMFamilyEnforced
- Boolean
이 계정에 대해 Virtual Machine 제품군당 코어 할당량이 적용되는지 여부를 나타내는 값입니다.
- poolQuota
- Int32
Batch 계정에 대한 풀 할당량입니다.
- activeJobAndJobScheduleQuota
- Int32
Batch 계정에 대한 활성 작업 및 작업 일정 할당량입니다.
- allowedAuthenticationModes
- IList<Nullable<AuthenticationMode>>
데이터 평면으로 인증하는 데 사용할 수 있는 Batch 계정에 허용되는 인증 모드 목록입니다. 컨트롤 플레인을 사용한 인증에는 영향을 주지 않습니다.
- identity
- BatchAccountIdentity
Batch 계정의 ID입니다.
적용 대상
Azure SDK for .NET