Partilhar via


SynapseIntegrationRuntimeCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}
  • Operação IdIntegrationRuntimes_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string integrationRuntimeName, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (integrationRuntimeName As String, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

integrationRuntimeName
String

Nome do runtime de integração.

ifNoneMatch
String

ETag da entidade de runtime de integração. Só deve ser especificado para get. Se a ETag corresponder à marca de entidade existente ou se * tiver sido fornecida, nenhum conteúdo será retornado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

integrationRuntimeName é nulo.

Aplica-se a