Compartilhar via


LinkerResourceCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operação IdLinker_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string linkerName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

linkerName
String

O nome recurso do Vinculador.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

linkerName é nulo.

Aplica-se a