TrafficManagerHeatMapCollection.ExistsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET