Share via


IServerTrustCertificatesOperations Interface

Definition

ServerTrustCertificatesOperations operations.

public interface IServerTrustCertificatesOperations
type IServerTrustCertificatesOperations = interface
Public Interface IServerTrustCertificatesOperations

Methods

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

Uploads a server trust certificate from box to Sql Managed Instance.

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

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Uploads a server trust certificate from box to Sql Managed Instance.

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

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Gets a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

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

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

Extension Methods

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

Uploads a server trust certificate from box to Sql Managed Instance.

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

Uploads a server trust certificate from box to Sql Managed Instance.

BeginDelete(IServerTrustCertificatesOperations, String, String, String)

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Uploads a server trust certificate from box to Sql Managed Instance.

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

Uploads a server trust certificate from box to Sql Managed Instance.

Delete(IServerTrustCertificatesOperations, String, String, String)

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

Get(IServerTrustCertificatesOperations, String, String, String)

Gets a server trust certificate that was uploaded from box to Sql Managed Instance.

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

Gets a server trust certificate that was uploaded from box to Sql Managed Instance.

ListByInstance(IServerTrustCertificatesOperations, String, String)

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

ListByInstanceAsync(IServerTrustCertificatesOperations, String, String, CancellationToken)

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

ListByInstanceNext(IServerTrustCertificatesOperations, String)

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

ListByInstanceNextAsync(IServerTrustCertificatesOperations, String, CancellationToken)

Gets a list of server trust certificates that were uploaded from box to the given Sql Managed Instance.

Applies to