INotificationOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NotificationOperations 操作。
public interface INotificationOperations
type INotificationOperations = interface
Public Interface INotificationOperations
メソッド
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
API Management 発行者通知を作成または更新します。 |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
識別子で指定された通知の詳細を取得します。 |
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
ListByServiceWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
拡張メソッド
CreateOrUpdate(INotificationOperations, String, String, String, String) |
API Management 発行者通知を作成または更新します。 |
CreateOrUpdateAsync(INotificationOperations, String, String, String, String, CancellationToken) |
API Management 発行者通知を作成または更新します。 |
Get(INotificationOperations, String, String, String) |
識別子で指定された通知の詳細を取得します。 |
GetAsync(INotificationOperations, String, String, String, CancellationToken) |
識別子で指定された通知の詳細を取得します。 |
ListByService(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
ListByServiceAsync(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
ListByServiceNext(INotificationOperations, String) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
ListByServiceNextAsync(INotificationOperations, String, CancellationToken) |
サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET