次の方法で共有


TrafficManagerHeatMapCollection.Exists メソッド

定義

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}
  • 操作IdHeatMap_Get
public virtual Azure.Response<bool> Exists (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 Exists : Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapType * seq<double> * seq<double> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapType * seq<double> * seq<double> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (heatMapType As TrafficManagerHeatMapType, Optional topLeft As IEnumerable(Of Double) = Nothing, Optional botRight As IEnumerable(Of Double) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

パラメーター

heatMapType
TrafficManagerHeatMapType

Traffic Manager プロファイルの HeatMap の種類。

topLeft
IEnumerable<Double>

クエリを実行する四角形ビューポートの左上の緯度、経度のペア。

botRight
IEnumerable<Double>

クエリを実行する四角形ビューポートの右下の緯度、経度のペア。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象