Compartilhar via


SqlPrivateLinkResource.Get(CancellationToken) 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/servers/{serverName}/privateLinkResources/{groupName}
  • IdPrivateLinkResources_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Sql.SqlPrivateLinkResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SqlPrivateLinkResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SqlPrivateLinkResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlPrivateLinkResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a