Compartilhar via


AzureSqlManagedInstanceLinkAdapter.GetManagedInstanceLink Method

Definition

Gets a managed instance link in a managed instance

public Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel GetManagedInstanceLink (string resourceGroupName, string instanceName, string distributedAvailabilityGroupName);
member this.GetManagedInstanceLink : string * string * string -> Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel
Public Function GetManagedInstanceLink (resourceGroupName As String, instanceName As String, distributedAvailabilityGroupName As String) As AzureSqlManagedInstanceLinkModel

Parameters

resourceGroupName
String

Name of the resource group

instanceName
String

Name of the managed instance

distributedAvailabilityGroupName
String

Name of the DAG

Returns

The managed instance link

Applies to