次の方法で共有


ElasticMonitorResource.GetDeploymentInfoAsync(CancellationToken) メソッド

定義

Elastic Monitor リソースに対応する Elastic Cloud デプロイに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listDeploymentInfo
  • 操作IdDeploymentInfo_List
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse>> GetDeploymentInfoAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse>>
override this.GetDeploymentInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse>>
Public Overridable Function GetDeploymentInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeploymentInfoResponse))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象