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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET