次の方法で共有


SecurityCenterExtensions.GetResourceGroupSecurityAlert メソッド

定義

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

ascLocation
AzureLocation

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

alertName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

alertName が null です。

適用対象