Compartilhar via


InstancePoolCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/instancePools/{instancePoolName}
  • IdInstancePools_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string instancePoolName, 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 (instancePoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

instancePoolName
String

O nome do pool de instâncias a ser recuperado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

instancePoolName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

instancePoolName é nulo.

Aplica-se a