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

IServerTrustGroupsOperations 接口

定义

ServerTrustGroupsOperations 操作。

public interface IServerTrustGroupsOperations
type IServerTrustGroupsOperations = interface
Public Interface IServerTrustGroupsOperations

方法

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

创建或更新服务器信任组。

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

删除服务器信任组。

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

创建或更新服务器信任组。

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

删除服务器信任组。

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

获取服务器信任组。

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

按实例名称获取服务器信任组。

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

按实例名称获取服务器信任组。

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

列出服务器信任组。

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

列出服务器信任组。

扩展方法

BeginCreateOrUpdate(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup)

创建或更新服务器信任组。

BeginCreateOrUpdateAsync(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup, CancellationToken)

创建或更新服务器信任组。

BeginDelete(IServerTrustGroupsOperations, String, String, String)

删除服务器信任组。

BeginDeleteAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

删除服务器信任组。

CreateOrUpdate(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup)

创建或更新服务器信任组。

CreateOrUpdateAsync(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup, CancellationToken)

创建或更新服务器信任组。

Delete(IServerTrustGroupsOperations, String, String, String)

删除服务器信任组。

DeleteAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

删除服务器信任组。

Get(IServerTrustGroupsOperations, String, String, String)

获取服务器信任组。

GetAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

获取服务器信任组。

ListByInstance(IServerTrustGroupsOperations, String, String)

按实例名称获取服务器信任组。

ListByInstanceAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

按实例名称获取服务器信任组。

ListByInstanceNext(IServerTrustGroupsOperations, String)

按实例名称获取服务器信任组。

ListByInstanceNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

按实例名称获取服务器信任组。

ListByLocation(IServerTrustGroupsOperations, String, String)

列出服务器信任组。

ListByLocationAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

列出服务器信任组。

ListByLocationNext(IServerTrustGroupsOperations, String)

列出服务器信任组。

ListByLocationNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

列出服务器信任组。

适用于