次の方法で共有


SecurityCenterExtensions.GetResourceGroupSecurityAlertAsync メソッド

定義

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

ascLocation
AzureLocation

ASC がサブスクリプションのデータを格納する場所。 は、[場所の取得] から取得できます。

alertName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

alertName が null です。

適用対象