Partilhar via


TrafficManagerHeatMapCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}
  • IdHeatMap_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapType heatMapType, System.Collections.Generic.IEnumerable<double> topLeft = default, System.Collections.Generic.IEnumerable<double> botRight = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapType * seq<double> * seq<double> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapType * seq<double> * seq<double> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (heatMapType As TrafficManagerHeatMapType, Optional topLeft As IEnumerable(Of Double) = Nothing, Optional botRight As IEnumerable(Of Double) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

heatMapType
TrafficManagerHeatMapType

O tipo de HeatMap para o perfil do Gerenciador de Tráfego.

topLeft
IEnumerable<Double>

O par de latitude superior esquerda, longitude do visor retangular para consulta.

botRight
IEnumerable<Double>

O par latitude inferior direita, longitude do visor retangular para consulta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a