你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PartnerTopicsOperationsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PartnerTopicsOperations 的扩展方法。
public static class PartnerTopicsOperationsExtensions
type PartnerTopicsOperationsExtensions = class
Public Module PartnerTopicsOperationsExtensions
- 继承
-
PartnerTopicsOperationsExtensions
方法
Activate(IPartnerTopicsOperations, String, String)
|
激活合作伙伴主题。
|
ActivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)
|
激活合作伙伴主题。
|
BeginDelete(IPartnerTopicsOperations, String, String)
|
删除合作伙伴主题。
|
BeginDeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)
|
删除合作伙伴主题。
|
CreateOrUpdate(IPartnerTopicsOperations, String, String, PartnerTopic)
|
创建合作伙伴主题。
|
CreateOrUpdateAsync(IPartnerTopicsOperations, String, String, PartnerTopic, CancellationToken)
|
创建合作伙伴主题。
|
Deactivate(IPartnerTopicsOperations, String, String)
|
停用合作伙伴主题。
|
DeactivateAsync(IPartnerTopicsOperations, String, String, CancellationToken)
|
停用合作伙伴主题。
|
Delete(IPartnerTopicsOperations, String, String)
|
删除合作伙伴主题。
|
DeleteAsync(IPartnerTopicsOperations, String, String, CancellationToken)
|
删除合作伙伴主题。
|
Get(IPartnerTopicsOperations, String, String)
|
获取合作伙伴主题。
|
GetAsync(IPartnerTopicsOperations, String, String, CancellationToken)
|
获取合作伙伴主题。
|
ListByResourceGroup(IPartnerTopicsOperations, String, String, Nullable<Int32>)
|
列出资源组下的合作伙伴主题。
|
ListByResourceGroupAsync(IPartnerTopicsOperations, String, String, Nullable<Int32>, CancellationToken)
|
列出资源组下的合作伙伴主题。
|
ListByResourceGroupNext(IPartnerTopicsOperations, String)
|
列出资源组下的合作伙伴主题。
|
ListByResourceGroupNextAsync(IPartnerTopicsOperations, String, CancellationToken)
|
列出资源组下的合作伙伴主题。
|
ListBySubscription(IPartnerTopicsOperations, String, Nullable<Int32>)
|
列出 Azure 订阅下的合作伙伴主题。
|
ListBySubscriptionAsync(IPartnerTopicsOperations, String, Nullable<Int32>, CancellationToken)
|
列出 Azure 订阅下的合作伙伴主题。
|
ListBySubscriptionNext(IPartnerTopicsOperations, String)
|
列出 Azure 订阅下的合作伙伴主题。
|
ListBySubscriptionNextAsync(IPartnerTopicsOperations, String, CancellationToken)
|
列出 Azure 订阅下的合作伙伴主题。
|
Update(IPartnerTopicsOperations, String, String, PartnerTopicUpdateParameters)
|
更新合作伙伴主题。
|
UpdateAsync(IPartnerTopicsOperations, String, String, PartnerTopicUpdateParameters, CancellationToken)
|
更新合作伙伴主题。
|
适用于