次の方法で共有


Notification interface

通知を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

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

get(string, string, string, NotificationGetOptionalParams)

識別子で指定された通知の詳細を取得します。

listByService(string, string, NotificationListByServiceOptionalParams)

サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。

メソッドの詳細

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationCreateOrUpdateOptionalParams): Promise<NotificationContract>

パラメーター

resourceGroupName

string

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

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

options
NotificationCreateOrUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, NotificationGetOptionalParams)

識別子で指定された通知の詳細を取得します。

function get(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationGetOptionalParams): Promise<NotificationContract>

パラメーター

resourceGroupName

string

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

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

options
NotificationGetOptionalParams

options パラメーター。

戻り値

listByService(string, string, NotificationListByServiceOptionalParams)

サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。

function listByService(resourceGroupName: string, serviceName: string, options?: NotificationListByServiceOptionalParams): PagedAsyncIterableIterator<NotificationContract, NotificationContract[], PageSettings>

パラメーター

resourceGroupName

string

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

serviceName

string

API Management サービスの名前。

options
NotificationListByServiceOptionalParams

options パラメーター。

戻り値