IRulesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RulesOperations operations.
public interface IRulesOperations
type IRulesOperations = interface
Public Interface IRulesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, Rule, Dictionary<String,List<String>>, CancellationToken) |
Creates a new rule and updates an existing rule |
DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an existing rule. |
GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves the description for the specified rule. |
ListBySubscriptionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List all the rules within given topic-subscription |
ListBySubscriptionsWithHttpMessagesAsync(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String, List<String>>, CancellationToken) |
List all the rules within given topic-subscription |
Extension Methods
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET