Freigeben über


IPartnerTopicsOperations Schnittstelle

Definition

PartnerTopicsOperations-Vorgänge.

public interface IPartnerTopicsOperations
type IPartnerTopicsOperations = interface
Public Interface IPartnerTopicsOperations

Methoden

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

Aktivieren Sie ein Partnerthema.

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

Löschen sie ein Partnerthema.

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

Erstellen Sie ein Partnerthema.

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

Deaktivieren Sie ein Partnerthema.

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

Löschen sie ein Partnerthema.

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

Rufen Sie ein Partnerthema ab.

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

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

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

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

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

Listet Partnerthemen unter einem Azure-Abonnement auf.

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

Listet Partnerthemen unter einem Azure-Abonnement auf.

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

Aktualisieren eines Partnerthemas.

Erweiterungsmethoden

Activate(IPartnerTopicsOperations, String, String)

Aktivieren Sie ein Partnerthema.

ActivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Aktivieren Sie ein Partnerthema.

BeginDelete(IPartnerTopicsOperations, String, String)

Löschen sie ein Partnerthema.

BeginDeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Löschen sie ein Partnerthema.

CreateOrUpdate(IPartnerTopicsOperations, String, String, PartnerTopic)

Erstellen Sie ein Partnerthema.

CreateOrUpdateAsync(IPartnerTopicsOperations, String, String, PartnerTopic, CancellationToken)

Erstellen Sie ein Partnerthema.

Deactivate(IPartnerTopicsOperations, String, String)

Deaktivieren Sie ein Partnerthema.

DeactivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Deaktivieren Sie ein Partnerthema.

Delete(IPartnerTopicsOperations, String, String)

Löschen sie ein Partnerthema.

DeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Löschen sie ein Partnerthema.

Get(IPartnerTopicsOperations, String, String)

Rufen Sie ein Partnerthema ab.

GetAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Rufen Sie ein Partnerthema ab.

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

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

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

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

ListByResourceGroupNext(IPartnerTopicsOperations, String)

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

ListByResourceGroupNextAsync(IPartnerTopicsOperations, String, CancellationToken)

Listen Sie Partnerthemen unter einer Ressourcengruppe auf.

ListBySubscription(IPartnerTopicsOperations, String, Nullable<Int32>)

Listet Partnerthemen unter einem Azure-Abonnement auf.

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

Listet Partnerthemen unter einem Azure-Abonnement auf.

ListBySubscriptionNext(IPartnerTopicsOperations, String)

Listet Partnerthemen unter einem Azure-Abonnement auf.

ListBySubscriptionNextAsync(IPartnerTopicsOperations, String, CancellationToken)

Listet Partnerthemen unter einem Azure-Abonnement auf.

Update(IPartnerTopicsOperations, String, String, PartnerTopicUpdateParameters)

Aktualisieren eines Partnerthemas.

UpdateAsync(IPartnerTopicsOperations, String, String, PartnerTopicUpdateParameters, CancellationToken)

Aktualisieren eines Partnerthemas.

Gilt für: