AzureSqlInstanceServerTrustCertificateCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |