다음을 통해 공유


Microsoft.Batch batchAccounts 2019-04-01

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Batch/batchAccounts@2019-04-01' = {
  location: 'string'
  name: 'string'
  properties: {
    autoStorage: {
      storageAccountId: 'string'
    }
    keyVaultReference: {
      id: 'string'
      url: 'string'
    }
    poolAllocationMode: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

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

KeyVaultReference

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

Microsoft.Batch/batchAccounts

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

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

빠른 시작 샘플

다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Batch/batchAccounts",
  "apiVersion": "2019-04-01",
  "name": "string",
  "location": "string",
  "properties": {
    "autoStorage": {
      "storageAccountId": "string"
    },
    "keyVaultReference": {
      "id": "string",
      "url": "string"
    },
    "poolAllocationMode": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

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

KeyVaultReference

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

Microsoft.Batch/batchAccounts

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

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

빠른 시작 템플릿

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

템플렛 묘사
공용 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@2019-04-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      autoStorage = {
        storageAccountId = "string"
      }
      keyVaultReference = {
        id = "string"
        url = "string"
      }
      poolAllocationMode = "string"
    }
  })
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountCreateParametersTags

이름 묘사

BatchAccountCreatePropertiesOrBatchAccountProperties

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

KeyVaultReference

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

Microsoft.Batch/batchAccounts

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

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