次の方法で共有


DataBoxEdgeDeviceResource.GetDataBoxEdgeAlertAsync メソッド

定義

名前でアラートを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts/{name}
  • 操作IdAlerts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertResource>> GetDataBoxEdgeAlertAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataBoxEdgeAlertAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertResource>>
override this.GetDataBoxEdgeAlertAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertResource>>
Public Overridable Function GetDataBoxEdgeAlertAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataBoxEdgeAlertResource))

パラメーター

name
String

警告名を指定します。

cancellationToken
CancellationToken

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

戻り値

例外

name は空の文字列であり、空でないと予想されていました。

name が null です。

適用対象