次の方法で共有


CustomAssessmentAutomationCollection.GetAsync メソッド

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • 操作IdCustomAssessmentAutomations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>> GetAsync (string customAssessmentAutomationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>>
Public Overridable Function GetAsync (customAssessmentAutomationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomAssessmentAutomationResource))

パラメーター

customAssessmentAutomationName
String

カスタム評価自動化の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

customAssessmentAutomationName が null です。

適用対象