次の方法で共有


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

定義

指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム評価自動化を取得します。

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

パラメーター

customAssessmentAutomationName
String

Custom Assessment Automation の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

customAssessmentAutomationName が null です。

適用対象