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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET