次の方法で共有


ResourceGroupSecurityAlertCollection.Get(String, CancellationToken) メソッド

定義

リソース グループまたはリソース グループ内のリソースに関連付けられているアラートを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}
  • 操作IdAlerts_GetResourceGroupLevel
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.ResourceGroupSecurityAlertResource> Get (string alertName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.ResourceGroupSecurityAlertResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.ResourceGroupSecurityAlertResource>
Public Overridable Function Get (alertName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ResourceGroupSecurityAlertResource)

パラメーター

alertName
String

アラート オブジェクトの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

alertName が null です。

適用対象