Partilhar via


ManagedInstanceResource.GetManagedInstancePrivateLinkAsync Método

Definição

Obtém um recurso de link privado para o SQL Server.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateLinkResources/{groupName}
  • Operação IdManagedInstancePrivateLinkResources_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateLinkResource>> GetManagedInstancePrivateLinkAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstancePrivateLinkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateLinkResource>>
override this.GetManagedInstancePrivateLinkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateLinkResource>>
Public Overridable Function GetManagedInstancePrivateLinkAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedInstancePrivateLinkResource))

Parâmetros

groupName
String

O nome do recurso de link privado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

groupName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

groupName é nulo.

Aplica-se a