다음을 통해 공유


Microsoft.ApiManagement 서비스/템플릿 2022-09-01-preview

Bicep 리소스 정의

다음을 대상으로 하는 작업으로 서비스/템플릿 리소스 유형을 배포할 수 있습니다.

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

리소스 형식

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

resource symbolicname 'Microsoft.ApiManagement/service/templates@2022-09-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    body: 'string'
    description: 'string'
    parameters: [
      {
        description: 'string'
        name: 'string'
        title: 'string'
      }
    ]
    subject: 'string'
    title: 'string'
  }
}

속성 값

EmailTemplateParametersContractProperties

이름 묘사
묘사 템플릿 매개 변수 설명입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
이름 템플릿 매개 변수 이름입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
타이틀 템플릿 매개 변수 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 4096

EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties

이름 묘사
전자 메일 템플릿 본문입니다. 유효한 XDocument여야 합니다. 문자열

제약 조건:
최소 길이 = 1
묘사 전자 메일 템플릿에 대한 설명입니다. 문자열
매개 변수 전자 메일 템플릿 매개 변수 값입니다. EmailTemplateParametersContractProperties[]
제목 템플릿의 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1000
타이틀 서식 파일의 제목입니다. 문자열

Microsoft.ApiManagement/service/templates

이름 묘사
이름 리소스 이름 'accountClosedDeveloper'
'applicationApprovedNotificationMessage'
'confirmSignUpIdentityDefault'
'emailChangeIdentityDefault'
'inviteUserNotificationMessage'
'newCommentNotificationMessage'
'newDeveloperNotificationMessage'
'newIssueNotificationMessage'
'passwordResetByAdminNotificationMessage'
'passwordResetIdentityDefault'
'purchaseDeveloperNotificationMessage'
'quotaLimitApproachingDeveloperNotificationMessage'
'rejectDeveloperNotificationMessage'
'requestDeveloperNotificationMessage'(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식의 리소스에 대한 기호 이름: 서비스
속성 전자 메일 템플릿 업데이트 계약 속성입니다. EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties

ARM 템플릿 리소스 정의

다음을 대상으로 하는 작업으로 서비스/템플릿 리소스 유형을 배포할 수 있습니다.

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

리소스 형식

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

{
  "type": "Microsoft.ApiManagement/service/templates",
  "apiVersion": "2022-09-01-preview",
  "name": "string",
  "properties": {
    "body": "string",
    "description": "string",
    "parameters": [
      {
        "description": "string",
        "name": "string",
        "title": "string"
      }
    ],
    "subject": "string",
    "title": "string"
  }
}

속성 값

EmailTemplateParametersContractProperties

이름 묘사
묘사 템플릿 매개 변수 설명입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
이름 템플릿 매개 변수 이름입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
타이틀 템플릿 매개 변수 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 4096

EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties

이름 묘사
전자 메일 템플릿 본문입니다. 유효한 XDocument여야 합니다. 문자열

제약 조건:
최소 길이 = 1
묘사 전자 메일 템플릿에 대한 설명입니다. 문자열
매개 변수 전자 메일 템플릿 매개 변수 값입니다. EmailTemplateParametersContractProperties[]
제목 템플릿의 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1000
타이틀 서식 파일의 제목입니다. 문자열

Microsoft.ApiManagement/service/templates

이름 묘사
apiVersion api 버전 '2022-09-01-preview'
이름 리소스 이름 'accountClosedDeveloper'
'applicationApprovedNotificationMessage'
'confirmSignUpIdentityDefault'
'emailChangeIdentityDefault'
'inviteUserNotificationMessage'
'newCommentNotificationMessage'
'newDeveloperNotificationMessage'
'newIssueNotificationMessage'
'passwordResetByAdminNotificationMessage'
'passwordResetIdentityDefault'
'purchaseDeveloperNotificationMessage'
'quotaLimitApproachingDeveloperNotificationMessage'
'rejectDeveloperNotificationMessage'
'requestDeveloperNotificationMessage'(필수)
속성 전자 메일 템플릿 업데이트 계약 속성입니다. EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties
리소스 종류 'Microsoft.ApiManagement/service/templates'

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

다음을 대상으로 하는 작업으로 서비스/템플릿 리소스 유형을 배포할 수 있습니다.

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.ApiManagement/service/templates@2022-09-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      body = "string"
      description = "string"
      parameters = [
        {
          description = "string"
          name = "string"
          title = "string"
        }
      ]
      subject = "string"
      title = "string"
    }
  })
}

속성 값

EmailTemplateParametersContractProperties

이름 묘사
묘사 템플릿 매개 변수 설명입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
이름 템플릿 매개 변수 이름입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 256
패턴 = ^[A-Za-z0-9-._]+$
타이틀 템플릿 매개 변수 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 4096

EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties

이름 묘사
전자 메일 템플릿 본문입니다. 유효한 XDocument여야 합니다. 문자열

제약 조건:
최소 길이 = 1
묘사 전자 메일 템플릿에 대한 설명입니다. 문자열
매개 변수 전자 메일 템플릿 매개 변수 값입니다. EmailTemplateParametersContractProperties[]
제목 템플릿의 제목입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1000
타이틀 서식 파일의 제목입니다. 문자열

Microsoft.ApiManagement/service/templates

이름 묘사
이름 리소스 이름 'accountClosedDeveloper'
'applicationApprovedNotificationMessage'
'confirmSignUpIdentityDefault'
'emailChangeIdentityDefault'
'inviteUserNotificationMessage'
'newCommentNotificationMessage'
'newDeveloperNotificationMessage'
'newIssueNotificationMessage'
'passwordResetByAdminNotificationMessage'
'passwordResetIdentityDefault'
'purchaseDeveloperNotificationMessage'
'quotaLimitApproachingDeveloperNotificationMessage'
'rejectDeveloperNotificationMessage'
'requestDeveloperNotificationMessage'(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 서비스
속성 전자 메일 템플릿 업데이트 계약 속성입니다. EmailTemplateUpdateParameterPropertiesOrEmailTemplateContractProperties
리소스 종류 "Microsoft.ApiManagement/service/templates@2022-09-01-preview"