次の方法で共有


SecurityCenterExtensions.GetSecurityAutomation メソッド

定義

セキュリティ自動化のモデルに関する情報を取得します。

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

automationName
String

セキュリティオートメーション名。

cancellationToken
CancellationToken

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

戻り値

例外

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

automationName が null です。

適用対象