SystemTopicsOperationsExtensions Class

Definition

Extension methods for SystemTopicsOperations.

public static class SystemTopicsOperationsExtensions
type SystemTopicsOperationsExtensions = class
Public Module SystemTopicsOperationsExtensions
Inheritance
SystemTopicsOperationsExtensions

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