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

IServerTrustCertificatesOperations 接口

定义

ServerTrustCertificatesOperations 操作。

public interface IServerTrustCertificatesOperations
type IServerTrustCertificatesOperations = interface
Public Interface IServerTrustCertificatesOperations

方法

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

将服务器信任证书从 box 上传到 Sql 托管实例。

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

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

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

将服务器信任证书从 box 上传到 Sql 托管实例。

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

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

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

获取从 box 上传到 Sql 托管实例的服务器信任证书。

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

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

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

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

扩展方法

BeginCreateOrUpdate(IServerTrustCertificatesOperations, String, String, String, ServerTrustCertificate)

将服务器信任证书从 box 上传到 Sql 托管实例。

BeginCreateOrUpdateAsync(IServerTrustCertificatesOperations, String, String, String, ServerTrustCertificate, CancellationToken)

将服务器信任证书从 box 上传到 Sql 托管实例。

BeginDelete(IServerTrustCertificatesOperations, String, String, String)

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

BeginDeleteAsync(IServerTrustCertificatesOperations, String, String, String, CancellationToken)

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

CreateOrUpdate(IServerTrustCertificatesOperations, String, String, String, ServerTrustCertificate)

将服务器信任证书从 box 上传到 Sql 托管实例。

CreateOrUpdateAsync(IServerTrustCertificatesOperations, String, String, String, ServerTrustCertificate, CancellationToken)

将服务器信任证书从 box 上传到 Sql 托管实例。

Delete(IServerTrustCertificatesOperations, String, String, String)

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

DeleteAsync(IServerTrustCertificatesOperations, String, String, String, CancellationToken)

删除从 box 上传到 Sql 托管实例 的服务器信任证书。

Get(IServerTrustCertificatesOperations, String, String, String)

获取从 box 上传到 Sql 托管实例的服务器信任证书。

GetAsync(IServerTrustCertificatesOperations, String, String, String, CancellationToken)

获取从 box 上传到 Sql 托管实例的服务器信任证书。

ListByInstance(IServerTrustCertificatesOperations, String, String)

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

ListByInstanceAsync(IServerTrustCertificatesOperations, String, String, CancellationToken)

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

ListByInstanceNext(IServerTrustCertificatesOperations, String)

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

ListByInstanceNextAsync(IServerTrustCertificatesOperations, String, CancellationToken)

获取从 box 上传到给定 Sql 托管实例的服务器信任证书的列表。

适用于