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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET