다음을 통해 공유


Microsoft.Batch batchAccounts 2015-12-01

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Batch/batchAccounts@2015-12-01' = {
  location: 'string'
  name: 'string'
  properties: {
    autoStorage: {
      storageAccountId: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountBasePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties

BatchAccountCreateParametersTags

이름 묘사

Microsoft.Batch/batchAccounts

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

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

빠른 시작 샘플

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

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Batch/batchAccounts",
  "apiVersion": "2015-12-01",
  "name": "string",
  "location": "string",
  "properties": {
    "autoStorage": {
      "storageAccountId": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountBasePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties

BatchAccountCreateParametersTags

이름 묘사

Microsoft.Batch/batchAccounts

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

제약 조건:
최소 길이 = 3
최대 길이 = 24
패턴 = ^[-\w\._]+$(필수)
속성 계정의 속성입니다. BatchAccountBasePropertiesOrBatchAccountProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 '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@2015-12-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      autoStorage = {
        storageAccountId = "string"
      }
    }
  })
}

속성 값

AutoStorageBasePropertiesOrAutoStorageProperties

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

BatchAccountBasePropertiesOrBatchAccountProperties

이름 묘사
autoStorage 자동 스토리지 계정과 관련된 속성입니다. AutoStorageBasePropertiesOrAutoStorageProperties

BatchAccountCreateParametersTags

이름 묘사

Microsoft.Batch/batchAccounts

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

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