你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISecurityPartnerProvidersOperations 接口

定义

SecurityPartnerProvidersOperations 操作。

public interface ISecurityPartnerProvidersOperations
type ISecurityPartnerProvidersOperations = interface
Public Interface ISecurityPartnerProvidersOperations

方法

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

创建或更新指定的安全合作伙伴提供程序。

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

删除指定的安全合作伙伴提供程序。

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

创建或更新指定的安全合作伙伴提供程序。

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

删除指定的安全合作伙伴提供程序。

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

获取指定的安全合作伙伴提供程序。

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

列出资源组中的所有安全合作伙伴提供程序。

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

列出资源组中的所有安全合作伙伴提供程序。

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

获取订阅中的所有安全合作伙伴提供程序。

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

获取订阅中的所有安全合作伙伴提供程序。

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

汇报安全合作伙伴提供程序资源的标记。

扩展方法

BeginCreateOrUpdate(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider)

创建或更新指定的安全合作伙伴提供程序。

BeginCreateOrUpdateAsync(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider, CancellationToken)

创建或更新指定的安全合作伙伴提供程序。

BeginDelete(ISecurityPartnerProvidersOperations, String, String)

删除指定的安全合作伙伴提供程序。

BeginDeleteAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

删除指定的安全合作伙伴提供程序。

CreateOrUpdate(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider)

创建或更新指定的安全合作伙伴提供程序。

CreateOrUpdateAsync(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider, CancellationToken)

创建或更新指定的安全合作伙伴提供程序。

Delete(ISecurityPartnerProvidersOperations, String, String)

删除指定的安全合作伙伴提供程序。

DeleteAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

删除指定的安全合作伙伴提供程序。

Get(ISecurityPartnerProvidersOperations, String, String)

获取指定的安全合作伙伴提供程序。

GetAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

获取指定的安全合作伙伴提供程序。

List(ISecurityPartnerProvidersOperations)

获取订阅中的所有安全合作伙伴提供程序。

ListAsync(ISecurityPartnerProvidersOperations, CancellationToken)

获取订阅中的所有安全合作伙伴提供程序。

ListByResourceGroup(ISecurityPartnerProvidersOperations, String)

列出资源组中的所有安全合作伙伴提供程序。

ListByResourceGroupAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

列出资源组中的所有安全合作伙伴提供程序。

ListByResourceGroupNext(ISecurityPartnerProvidersOperations, String)

列出资源组中的所有安全合作伙伴提供程序。

ListByResourceGroupNextAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

列出资源组中的所有安全合作伙伴提供程序。

ListNext(ISecurityPartnerProvidersOperations, String)

获取订阅中的所有安全合作伙伴提供程序。

ListNextAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

获取订阅中的所有安全合作伙伴提供程序。

UpdateTags(ISecurityPartnerProvidersOperations, String, String, TagsObject)

汇报安全合作伙伴提供程序资源的标记。

UpdateTagsAsync(ISecurityPartnerProvidersOperations, String, String, TagsObject, CancellationToken)

汇报安全合作伙伴提供程序资源的标记。

适用于