Udostępnij za pośrednictwem


IPartnerTopicsOperations Interface

Definition

PartnerTopicsOperations operations.

public interface IPartnerTopicsOperations
type IPartnerTopicsOperations = interface
Public Interface IPartnerTopicsOperations

Methods

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

Activate a partner topic.

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

Delete a partner topic.

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

Create a partner topic.

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

Deactivate a partner topic.

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

Delete a partner topic.

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

Get a partner topic.

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

List partner topics under a resource group.

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

List partner topics under a resource group.

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

List partner topics under an Azure subscription.

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

List partner topics under an Azure subscription.

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

Update a partner topic.

Extension Methods

Activate(IPartnerTopicsOperations, String, String)

Activate a partner topic.

ActivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Activate a partner topic.

BeginDelete(IPartnerTopicsOperations, String, String)

Delete a partner topic.

BeginDeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Delete a partner topic.

CreateOrUpdate(IPartnerTopicsOperations, String, String, PartnerTopic)

Create a partner topic.

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

Create a partner topic.

Deactivate(IPartnerTopicsOperations, String, String)

Deactivate a partner topic.

DeactivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Deactivate a partner topic.

Delete(IPartnerTopicsOperations, String, String)

Delete a partner topic.

DeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Delete a partner topic.

Get(IPartnerTopicsOperations, String, String)

Get a partner topic.

GetAsync(IPartnerTopicsOperations, String, String, CancellationToken)

Get a partner topic.

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

List partner topics under a resource group.

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

List partner topics under a resource group.

ListByResourceGroupNext(IPartnerTopicsOperations, String)

List partner topics under a resource group.

ListByResourceGroupNextAsync(IPartnerTopicsOperations, String, CancellationToken)

List partner topics under a resource group.

ListBySubscription(IPartnerTopicsOperations, String, Nullable<Int32>)

List partner topics under an Azure subscription.

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

List partner topics under an Azure subscription.

ListBySubscriptionNext(IPartnerTopicsOperations, String)

List partner topics under an Azure subscription.

ListBySubscriptionNextAsync(IPartnerTopicsOperations, String, CancellationToken)

List partner topics under an Azure subscription.

Update(IPartnerTopicsOperations, String, String, PartnerTopicUpdateParameters)

Update a partner topic.

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

Update a partner topic.

Applies to