AzureSqlInstanceServerTrustCertificateCommunicator Class

Definition

This class is responsible for all the REST communication with the server trust certificate REST endpoints

public class AzureSqlInstanceServerTrustCertificateCommunicator
type AzureSqlInstanceServerTrustCertificateCommunicator = class
Public Class AzureSqlInstanceServerTrustCertificateCommunicator
Inheritance
AzureSqlInstanceServerTrustCertificateCommunicator

Constructors

AzureSqlInstanceServerTrustCertificateCommunicator(IAzureContext)

Creates a communicator for Azure Sql Instance Server Trust Certificate

Properties

Context

Gets or sets the Azure profile

Methods

CreateOrUpdate(String, String, String, ServerTrustCertificate)

Creates or updates a server trust certificate

Get(String, String, String)

Gets the server trust certificate

List(String, String)

Lists server trust certificate on a managed instance

Remove(String, String, String)

Deletes a user certificate from managed instance

Applies to