Sdílet prostřednictvím


PartnerTopicsOperationsExtensions Class

Definition

Extension methods for PartnerTopicsOperations.

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

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