次の方法で共有


Notification - Create Or Update

API Management 発行者通知を作成または更新します。

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

URI パラメーター

名前 / 必須 説明
notificationName
path True

NotificationName

通知名識別子。

resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName
path True

string

API Management サービスの名前。

Regex pattern: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

要求ヘッダー

名前 必須 説明
If-Match

string

エンティティの ETag。 エンティティを作成する場合は必須ではありませんが、エンティティを更新する場合は必須です。

応答

名前 説明
200 OK

NotificationContract

通知が正常に更新されました。

Other Status Codes

ErrorResponse

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

ApiManagementCreateNotification

Sample Request

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

Sample Response

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage",
  "type": "Microsoft.ApiManagement/service/notifications",
  "name": "RequestPublisherNotificationMessage",
  "properties": {
    "title": "Subscription requests (requiring approval)",
    "description": "The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.",
    "recipients": {
      "emails": [
        "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/recipientEmails/contoso@live.com",
        "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/recipientEmails/foobar!live",
        "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/recipientEmails/foobar@live.com"
      ],
      "users": [
        "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/576823d0a40f7e74ec07d642"
      ]
    }
  }
}

定義

名前 説明
ErrorFieldContract

エラー フィールド コントラクト。

ErrorResponse

エラー応答。

NotificationContract

通知の詳細。

NotificationName

通知名識別子。

RecipientsContractProperties

Notification Parameter コントラクト。

ErrorFieldContract

エラー フィールド コントラクト。

名前 説明
code

string

プロパティ レベルのエラー コード。

message

string

プロパティ レベルエラーの人間が判読できる表現。

target

string

プロパティ名。

ErrorResponse

エラー応答。

名前 説明
error.code

string

サービスによって定義されたエラー コード。 このコードは、応答に指定された HTTP エラー コードのサブステータスとして機能します。

error.details

ErrorFieldContract[]

検証エラーが発生した場合に要求で送信される無効なフィールドの一覧。

error.message

string

人が判読できるエラーの表現。

NotificationContract

通知の詳細。

名前 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

リソースの名前

properties.description

string

通知の説明。

properties.recipients

RecipientsContractProperties

Recipient Parameter の値。

properties.title

string

通知のタイトル。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

NotificationName

通知名識別子。

名前 説明
AccountClosedPublisher

string

開発者がアカウントを閉じると、次のメール受信者とユーザーに電子メール通知が送信されます。

BCC

string

次の受信者は、開発者に送信されるすべてのメールのブラインド カーボン コピーを受け取ります。

NewApplicationNotificationMessage

string

次のメール受信者とユーザーは、新しいアプリケーションがアプリケーション ギャラリーに送信されると、電子メール通知を受け取ります。

NewIssuePublisherNotificationMessage

string

開発者ポータルで新しい問題またはコメントが送信されると、次の電子メール受信者とユーザーに電子メール通知が送信されます。

PurchasePublisherNotificationMessage

string

次のメール受信者とユーザーは、新しい API 製品サブスクリプションに関する電子メール通知を受け取ります。

QuotaLimitApproachingPublisherNotificationMessage

string

サブスクリプションの使用状況が使用量クォータに近づくと、次の電子メール受信者とユーザーは電子メール通知を受け取ります。

RequestPublisherNotificationMessage

string

次のメール受信者とユーザーは、承認を必要とする API 製品のサブスクリプション要求に関する電子メール通知を受け取ります。

RecipientsContractProperties

Notification Parameter コントラクト。

名前 説明
emails

string[]

通知がサブスクライブされている電子メールの一覧。

users

string[]

通知をサブスクライブしたユーザーの一覧。