AzureSqlManagedInstanceLinkAdapter.RemoveManagedInstanceLink Method
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.
Deletes a managed instance link
public void RemoveManagedInstanceLink (string resourceGroupName, string instanceName, string managedInstanceLinkName);
member this.RemoveManagedInstanceLink : string * string * string -> unit
Public Sub RemoveManagedInstanceLink (resourceGroupName As String, instanceName As String, managedInstanceLinkName As String)
Parameters
- resourceGroupName
- String
Resource group used by the managed instance
- instanceName
- String
Name of the managed instance
- managedInstanceLinkName
- String
Name of the instance link to delete