다음을 통해 공유


Notification Recipient Email - Create Or Update

알림에 대한 받는 사람 목록에 이메일 주소를 추가합니다.

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails/{email}?api-version=2021-08-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
email
path True

string

Email 식별자입니다.

notificationName
path True

NotificationName

알림 이름 식별자입니다.

resourceGroupName
path True

string

리소스 그룹의 이름.

serviceName
path True

string

API Management 서비스의 이름입니다.

regex 패턴: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$

subscriptionId
path True

string

Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다.

api-version
query True

string

클라이언트 요청과 함께 사용할 API의 버전입니다.

응답

Name 형식 Description
200 OK

RecipientEmailContract

받는 사람 Email 이미 알림 목록의 일부입니다.

201 Created

RecipientEmailContract

받는 사람 Email 알림 목록에 성공적으로 추가되었습니다.

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

ApiManagementCreateNotificationRecipientEmail

샘플 요청

PUT https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage/recipientEmails/foobar@live.com?api-version=2021-08-01

샘플 응답

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage/recipientEmails/foobar@live.com",
  "type": "Microsoft.ApiManagement/service/notifications/recipientEmails",
  "name": "foobar@live.com",
  "properties": {
    "email": "foobar@live.com"
  }
}
{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage/recipientEmails/foobar@live.com",
  "type": "Microsoft.ApiManagement/service/notifications/recipientEmails",
  "name": "foobar@live.com",
  "properties": {
    "email": "foobar@live.com"
  }
}

정의

Name Description
ErrorFieldContract

오류 필드 계약.

ErrorResponse

오류 응답.

NotificationName

알림 이름 식별자입니다.

RecipientEmailContract

받는 사람 Email 세부 정보입니다.

ErrorFieldContract

오류 필드 계약.

Name 형식 Description
code

string

속성 수준 오류 코드입니다.

message

string

사람이 읽을 수 있는 속성 수준 오류 표현입니다.

target

string

속성 이름입니다.

ErrorResponse

오류 응답.

Name 형식 Description
error.code

string

서비스에서 정의한 오류 코드입니다. 이 코드는 응답에 지정된 HTTP 오류 코드의 하위 상태로 사용됩니다.

error.details

ErrorFieldContract[]

유효성 검사 오류가 발생한 경우 요청에 잘못된 필드가 전송됩니다.

error.message

string

사람이 읽을 수 있는 오류 표현입니다.

NotificationName

알림 이름 식별자입니다.

Name 형식 Description
AccountClosedPublisher

string

다음 전자 메일 수신자와 사용자는 개발자가 자신의 계정을 닫을 때 메일 알림 받게 됩니다.

BCC

string

다음 받는 사람은 개발자에게 보낸 모든 전자 메일의 블라인드 카본 복사본을 받게 됩니다.

NewApplicationNotificationMessage

string

새 애플리케이션이 애플리케이션 갤러리에 제출되면 다음 전자 메일 수신자와 사용자가 메일 알림 받게 됩니다.

NewIssuePublisherNotificationMessage

string

개발자 포털에 새 문제 또는 메모가 제출되면 다음 전자 메일 수신자와 사용자가 메일 알림 받게 됩니다.

PurchasePublisherNotificationMessage

string

다음 전자 메일 수신자와 사용자는 새 API 제품 구독에 대한 메일 알림 받게 됩니다.

QuotaLimitApproachingPublisherNotificationMessage

string

구독 사용량이 사용 할당량에 가까워지면 다음 전자 메일 수신자와 사용자가 메일 알림 받게 됩니다.

RequestPublisherNotificationMessage

string

다음 전자 메일 수신자와 사용자는 승인이 필요한 API 제품에 대한 구독 요청에 대한 메일 알림 받게 됩니다.

RecipientEmailContract

받는 사람 Email 세부 정보입니다.

Name 형식 Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

리소스의 이름입니다.

properties.email

string

사용자 Email 알림을 구독했습니다.

type

string

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"