Partager via


ManagedInstancePrivateLinkResourcesOperationsExtensions.ListByManagedInstanceAsync Méthode

Définition

Obtient les ressources de liaison privée pour SQL Server.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLink>> ListByManagedInstanceAsync (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateLinkResourcesOperations operations, string resourceGroupName, string managedInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagedInstanceAsync : Microsoft.Azure.Management.Sql.IManagedInstancePrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLink>>
<Extension()>
Public Function ListByManagedInstanceAsync (operations As IManagedInstancePrivateLinkResourcesOperations, resourceGroupName As String, managedInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstancePrivateLink))

Paramètres

operations
IManagedInstancePrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName
String

Nom de l'instance managée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à