Share via


ServerTrustCertificatesOperationsExtensions Class

Definition

Extension methods for ServerTrustCertificatesOperations.

public static class ServerTrustCertificatesOperationsExtensions
type ServerTrustCertificatesOperationsExtensions = class
Public Module ServerTrustCertificatesOperationsExtensions
Inheritance
ServerTrustCertificatesOperationsExtensions

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