次の方法で共有


SecurityCenterExtensions.GetCustomAssessmentAutomations メソッド

定義

オーバーロード

GetCustomAssessmentAutomations(ResourceGroupResource)

ResourceGroupResource 内の CustomAssessmentAutomationResources のコレクションを取得します。

GetCustomAssessmentAutomations(SubscriptionResource, CancellationToken)

指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations
  • 操作IdCustomAssessmentAutomations_ListBySubscription

GetCustomAssessmentAutomations(ResourceGroupResource)

ResourceGroupResource 内の CustomAssessmentAutomationResources のコレクションを取得します。

public static Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationCollection GetCustomAssessmentAutomations (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCustomAssessmentAutomations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationCollection
<Extension()>
Public Function GetCustomAssessmentAutomations (resourceGroupResource As ResourceGroupResource) As CustomAssessmentAutomationCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

CustomAssessmentAutomationResources のコレクションとその CustomAssessmentAutomationResource に対する操作を表す オブジェクト。

適用対象

GetCustomAssessmentAutomations(SubscriptionResource, CancellationToken)

指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations
  • 操作IdCustomAssessmentAutomations_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource> GetCustomAssessmentAutomations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCustomAssessmentAutomations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>
<Extension()>
Public Function GetCustomAssessmentAutomations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomAssessmentAutomationResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の CustomAssessmentAutomationResource サービス要求を受け取る可能性がある のコレクション。

適用対象