Udostępnij przez


AzureSqlManagedInstanceLinkAdapter.ListManagedInstanceLinks Method

Definition

Gets a list of all distributed availability groups in managed instance

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel> ListManagedInstanceLinks(string resourceGroupName, string instanceName);
member this.ListManagedInstanceLinks : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel>
Public Function ListManagedInstanceLinks (resourceGroupName As String, instanceName As String) As List(Of AzureSqlManagedInstanceLinkModel)

Parameters

resourceGroupName
String
instanceName
String

Returns

A list of all the server trust certificates

Applies to