다음을 통해 공유


Microsoft.Batch batchAccounts 2020-03-01

Bicep 리소스 정의

batchAccounts 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Batch/batchAccounts 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.Batch/batchAccounts@2020-03-01' = {
  location: 'string'
  name: 'string'
  properties: {
    autoStorage: {
      storageAccountId: 'string'
    }
    encryption: {
      keySource: 'string'
      keyVaultProperties: {
        keyIdentifier: 'string'
      }
    }
    keyVaultReference: {
      id: 'string'
      url: 'string'
    }
    poolAllocationMode: 'string'
    publicNetworkAccess: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

이름 묘사
storageAccountId 자동 스토리지 계정에 사용할 스토리지 계정의 리소스 ID입니다. string(필수)

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties
암호화 EncryptionProperties
keyVaultReference Batch 계정과 연결된 Azure Key Vault에 대한 참조입니다. KeyVaultReference
poolAllocationMode 풀 할당 모드는 클라이언트가 Batch 서비스 API에 인증하는 방법에도 영향을 줍니다. 모드가 BatchService인 경우 클라이언트는 액세스 키 또는 Azure Active Directory를 사용하여 인증할 수 있습니다. UserSubscription 모드인 경우 클라이언트는 Azure Active Directory를 사용해야 합니다. 기본값은 BatchService입니다. 'BatchService'
'UserSubscription'
publicNetworkAccess 지정하지 않으면 기본값은 'enabled'입니다. '사용 안 함'
'Enabled'

EncryptionProperties

이름 묘사
keySource 키 원본의 형식입니다. 'Microsoft.Batch'
'Microsoft.KeyVault'
keyVaultProperties Microsoft.KeyVault 사용 시 추가 세부 정보 KeyVaultProperties

KeyVaultProperties

이름 묘사
keyIdentifier 버전이 지정된 비밀의 전체 경로입니다. 예제 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053 문자열

KeyVaultReference

이름 묘사
아이디 Batch 계정과 연결된 Azure Key Vault의 리소스 ID입니다. string(필수)
url Batch 계정과 연결된 Azure 키 자격 증명 모음의 URL입니다. string(필수)

Microsoft.Batch/batchAccounts

이름 묘사
위치 계정을 만들 지역입니다. string(필수)
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 24
패턴 = ^[a-z0-9]+$(필수)
속성 Batch 계정의 속성입니다. BatchAccountCreatePropertiesOrBatchAccountProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

사용 예제

Azure 확인된 모듈

다음 Azure 확인된 모듈 사용하여 이 리소스 유형을 배포할 수 있습니다.

모듈 묘사
Batch 계정 Batch 계정에 대한 AVM 리소스 모듈

Azure 빠른 시작 샘플

다음 Azure 빠른 시작 템플릿에는 이 리소스 유형을 배포하기 위한 Bicep 샘플이 포함되어 있습니다.

Bicep 파일 묘사
공용 IP 주소가 없는 Azure Batch 풀 이 템플릿은 공용 IP 주소 없이 Azure Batch 간소화된 노드 통신 풀을 만듭니다.
템플릿 사용하여 Batch 계정 만들기 이 템플릿은 Batch 계정 및 스토리지 계정을 만듭니다.

ARM 템플릿 리소스 정의

batchAccounts 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Batch/batchAccounts 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.Batch/batchAccounts",
  "apiVersion": "2020-03-01",
  "name": "string",
  "location": "string",
  "properties": {
    "autoStorage": {
      "storageAccountId": "string"
    },
    "encryption": {
      "keySource": "string",
      "keyVaultProperties": {
        "keyIdentifier": "string"
      }
    },
    "keyVaultReference": {
      "id": "string",
      "url": "string"
    },
    "poolAllocationMode": "string",
    "publicNetworkAccess": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

이름 묘사
storageAccountId 자동 스토리지 계정에 사용할 스토리지 계정의 리소스 ID입니다. string(필수)

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties
암호화 EncryptionProperties
keyVaultReference Batch 계정과 연결된 Azure Key Vault에 대한 참조입니다. KeyVaultReference
poolAllocationMode 풀 할당 모드는 클라이언트가 Batch 서비스 API에 인증하는 방법에도 영향을 줍니다. 모드가 BatchService인 경우 클라이언트는 액세스 키 또는 Azure Active Directory를 사용하여 인증할 수 있습니다. UserSubscription 모드인 경우 클라이언트는 Azure Active Directory를 사용해야 합니다. 기본값은 BatchService입니다. 'BatchService'
'UserSubscription'
publicNetworkAccess 지정하지 않으면 기본값은 'enabled'입니다. '사용 안 함'
'Enabled'

EncryptionProperties

이름 묘사
keySource 키 원본의 형식입니다. 'Microsoft.Batch'
'Microsoft.KeyVault'
keyVaultProperties Microsoft.KeyVault 사용 시 추가 세부 정보 KeyVaultProperties

KeyVaultProperties

이름 묘사
keyIdentifier 버전이 지정된 비밀의 전체 경로입니다. 예제 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053 문자열

KeyVaultReference

이름 묘사
아이디 Batch 계정과 연결된 Azure Key Vault의 리소스 ID입니다. string(필수)
url Batch 계정과 연결된 Azure 키 자격 증명 모음의 URL입니다. string(필수)

Microsoft.Batch/batchAccounts

이름 묘사
apiVersion api 버전 '2020-03-01'
위치 계정을 만들 지역입니다. string(필수)
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 24
패턴 = ^[a-z0-9]+$(필수)
속성 Batch 계정의 속성입니다. BatchAccountCreatePropertiesOrBatchAccountProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.Batch/batchAccounts'

사용 예제

Azure 빠른 시작 템플릿

다음 Azure 빠른 시작 템플릿은 이 리소스 유형을 배포할 있습니다.

템플렛 묘사
공용 IP 주소가 없는 Azure Batch 풀

Azure
배포
이 템플릿은 공용 IP 주소 없이 Azure Batch 간소화된 노드 통신 풀을 만듭니다.
템플릿 사용하여 Batch 계정 만들기

Azure 배포
이 템플릿은 Batch 계정 및 스토리지 계정을 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

batchAccounts 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Batch/batchAccounts 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Batch/batchAccounts@2020-03-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      autoStorage = {
        storageAccountId = "string"
      }
      encryption = {
        keySource = "string"
        keyVaultProperties = {
          keyIdentifier = "string"
        }
      }
      keyVaultReference = {
        id = "string"
        url = "string"
      }
      poolAllocationMode = "string"
      publicNetworkAccess = "string"
    }
  })
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

이름 묘사
storageAccountId 자동 스토리지 계정에 사용할 스토리지 계정의 리소스 ID입니다. string(필수)

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties
암호화 EncryptionProperties
keyVaultReference Batch 계정과 연결된 Azure Key Vault에 대한 참조입니다. KeyVaultReference
poolAllocationMode 풀 할당 모드는 클라이언트가 Batch 서비스 API에 인증하는 방법에도 영향을 줍니다. 모드가 BatchService인 경우 클라이언트는 액세스 키 또는 Azure Active Directory를 사용하여 인증할 수 있습니다. UserSubscription 모드인 경우 클라이언트는 Azure Active Directory를 사용해야 합니다. 기본값은 BatchService입니다. 'BatchService'
'UserSubscription'
publicNetworkAccess 지정하지 않으면 기본값은 'enabled'입니다. '사용 안 함'
'Enabled'

EncryptionProperties

이름 묘사
keySource 키 원본의 형식입니다. 'Microsoft.Batch'
'Microsoft.KeyVault'
keyVaultProperties Microsoft.KeyVault 사용 시 추가 세부 정보 KeyVaultProperties

KeyVaultProperties

이름 묘사
keyIdentifier 버전이 지정된 비밀의 전체 경로입니다. 예제 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053 문자열

KeyVaultReference

이름 묘사
아이디 Batch 계정과 연결된 Azure Key Vault의 리소스 ID입니다. string(필수)
url Batch 계정과 연결된 Azure 키 자격 증명 모음의 URL입니다. string(필수)

Microsoft.Batch/batchAccounts

이름 묘사
위치 계정을 만들 지역입니다. string(필수)
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 24
패턴 = ^[a-z0-9]+$(필수)
속성 Batch 계정의 속성입니다. BatchAccountCreatePropertiesOrBatchAccountProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Batch/batchAccounts@2020-03-01"

사용 예제

Azure 확인된 모듈

다음 Azure 확인된 모듈 사용하여 이 리소스 유형을 배포할 수 있습니다.

모듈 묘사
Batch 계정 Batch 계정에 대한 AVM 리소스 모듈