ISubscriptionFeatureRegistrationsOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SubscriptionFeatureRegistrationsOperations 操作。
public interface ISubscriptionFeatureRegistrationsOperations
type ISubscriptionFeatureRegistrationsOperations = interface
Public Interface ISubscriptionFeatureRegistrationsOperations
メソッド
CreateOrUpdateWithHttpMessagesAsync(String, String, SubscriptionFeatureRegistration, Dictionary<String,List<String>>, CancellationToken) |
機能登録を作成または更新します。 |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
機能の登録を削除します |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
機能の登録を返します |
ListAllBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
特定のサブスクリプションのサブスクリプション機能の登録を返します。 |
ListAllBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
特定のサブスクリプションのサブスクリプション機能の登録を返します。 |
ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
特定のサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。 |
ListBySubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
特定のサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。 |
拡張メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET