AzureSqlManagedInstanceLinkCommunicator 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 audit REST endpoints
public class AzureSqlManagedInstanceLinkCommunicator
type AzureSqlManagedInstanceLinkCommunicator = class
Public Class AzureSqlManagedInstanceLinkCommunicator
- Inheritance
-
AzureSqlManagedInstanceLinkCommunicator
Constructors
AzureSqlManagedInstanceLinkCommunicator(IAzureContext) |
Creates a communicator for Azure Sql Instance Server Trust Certificate |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateOrUpdate(String, String, String, DistributedAvailabilityGroup) |
Creates or updates a Managed instance |
Failover(String, String, String, DistributedAvailabilityGroupsFailoverRequest) |
Failovers managed instance link |
Get(String, String, String) |
Gets the Managed instance |
List(String, String) |
Lists Managed instances |
Remove(String, String, String) |
Deletes a user certificate from MI |
Update(String, String, String, DistributedAvailabilityGroup) |
Creates or updates a Managed instance |