Freigeben über


ISystemTopicsOperations Schnittstelle

Definition

SystemTopicsOperations-Vorgänge.

public interface ISystemTopicsOperations
type ISystemTopicsOperations = interface
Public Interface ISystemTopicsOperations

Methoden

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

Erstellen Sie ein Systemthema.

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

Löschen eines Systemthemas.

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

Aktualisieren eines Systemthemas.

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

Erstellen Sie ein Systemthema.

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

Löschen eines Systemthemas.

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

Rufen Sie ein Systemthema ab.

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

Listet Systemthemen unter einer Ressourcengruppe auf.

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

Listet Systemthemen unter einer Ressourcengruppe auf.

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

Listet Systemthemen unter einem Azure-Abonnement auf.

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

Listet Systemthemen unter einem Azure-Abonnement auf.

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

Aktualisieren eines Systemthemas.

Erweiterungsmethoden

BeginCreateOrUpdate(ISystemTopicsOperations, String, String, SystemTopic)

Erstellen Sie ein Systemthema.

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

Erstellen Sie ein Systemthema.

BeginDelete(ISystemTopicsOperations, String, String)

Löschen eines Systemthemas.

BeginDeleteAsync(ISystemTopicsOperations, String, String, CancellationToken)

Löschen eines Systemthemas.

BeginUpdate(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters)

Aktualisieren eines Systemthemas.

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

Aktualisieren eines Systemthemas.

CreateOrUpdate(ISystemTopicsOperations, String, String, SystemTopic)

Erstellen Sie ein Systemthema.

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

Erstellen Sie ein Systemthema.

Delete(ISystemTopicsOperations, String, String)

Löschen eines Systemthemas.

DeleteAsync(ISystemTopicsOperations, String, String, CancellationToken)

Löschen eines Systemthemas.

Get(ISystemTopicsOperations, String, String)

Rufen Sie ein Systemthema ab.

GetAsync(ISystemTopicsOperations, String, String, CancellationToken)

Rufen Sie ein Systemthema ab.

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

Listet Systemthemen unter einer Ressourcengruppe auf.

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

Listet Systemthemen unter einer Ressourcengruppe auf.

ListByResourceGroupNext(ISystemTopicsOperations, String)

Listet Systemthemen unter einer Ressourcengruppe auf.

ListByResourceGroupNextAsync(ISystemTopicsOperations, String, CancellationToken)

Listet Systemthemen unter einer Ressourcengruppe auf.

ListBySubscription(ISystemTopicsOperations, String, Nullable<Int32>)

Listet Systemthemen unter einem Azure-Abonnement auf.

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

Listet Systemthemen unter einem Azure-Abonnement auf.

ListBySubscriptionNext(ISystemTopicsOperations, String)

Listet Systemthemen unter einem Azure-Abonnement auf.

ListBySubscriptionNextAsync(ISystemTopicsOperations, String, CancellationToken)

Listet Systemthemen unter einem Azure-Abonnement auf.

Update(ISystemTopicsOperations, String, String, SystemTopicUpdateParameters)

Aktualisieren eines Systemthemas.

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

Aktualisieren eines Systemthemas.

Gilt für: