ISystemTopicsOperations Interface

Definition

SystemTopicsOperations operations.

public interface ISystemTopicsOperations
type ISystemTopicsOperations = interface
Public Interface ISystemTopicsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, SystemTopic, Dictionary<String,List<String>>, CancellationToken)

Create a system topic.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a system topic.

BeginUpdateWithHttpMessagesAsync(String, String, SystemTopicUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a system topic.

CreateOrUpdateWithHttpMessagesAsync(String, String, SystemTopic, Dictionary<String,List<String>>, CancellationToken)

Create a system topic.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a system topic.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a system topic.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List system topics under a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

List system topics under a resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List system topics under an Azure subscription.

ListBySubscriptionWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

List system topics under an Azure subscription.

UpdateWithHttpMessagesAsync(String, String, SystemTopicUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a system topic.

Extension Methods

BeginCreateOrUpdate(ISystemTopicsOperations, String, String, SystemTopic)

Create a system topic.

BeginCreateOrUpdateAsync(ISystemTopicsOperations, String, String, SystemTopic, CancellationToken)

Create a system topic.

BeginDelete(ISystemTopicsOperations, String, String)

Delete a system topic.

BeginDeleteAsync(ISystemTopicsOperations, String, String, CancellationToken)

Delete a system topic.

BeginUpdate(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters)

Update a system topic.

BeginUpdateAsync(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters, CancellationToken)

Update a system topic.

CreateOrUpdate(ISystemTopicsOperations, String, String, SystemTopic)

Create a system topic.

CreateOrUpdateAsync(ISystemTopicsOperations, String, String, SystemTopic, CancellationToken)

Create a system topic.

Delete(ISystemTopicsOperations, String, String)

Delete a system topic.

DeleteAsync(ISystemTopicsOperations, String, String, CancellationToken)

Delete a system topic.

Get(ISystemTopicsOperations, String, String)

Get a system topic.

GetAsync(ISystemTopicsOperations, String, String, CancellationToken)

Get a system topic.

ListByResourceGroup(ISystemTopicsOperations, String, String, Nullable<Int32>)

List system topics under a resource group.

ListByResourceGroupAsync(ISystemTopicsOperations, String, String, Nullable<Int32>, CancellationToken)

List system topics under a resource group.

ListByResourceGroupNext(ISystemTopicsOperations, String)

List system topics under a resource group.

ListByResourceGroupNextAsync(ISystemTopicsOperations, String, CancellationToken)

List system topics under a resource group.

ListBySubscription(ISystemTopicsOperations, String, Nullable<Int32>)

List system topics under an Azure subscription.

ListBySubscriptionAsync(ISystemTopicsOperations, String, Nullable<Int32>, CancellationToken)

List system topics under an Azure subscription.

ListBySubscriptionNext(ISystemTopicsOperations, String)

List system topics under an Azure subscription.

ListBySubscriptionNextAsync(ISystemTopicsOperations, String, CancellationToken)

List system topics under an Azure subscription.

Update(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters)

Update a system topic.

UpdateAsync(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters, CancellationToken)

Update a system topic.

Applies to