次の方法で共有


PolicyRemediationCollection.GetAll メソッド

定義

リソースのすべての修復を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.PolicyInsights/remediations
  • 操作IdRemediations_ListForResource
public virtual Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource> GetAll (Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings policyQuerySettings = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource>
override this.GetAll : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource>
Public Overridable Function GetAll (Optional policyQuerySettings As PolicyQuerySettings = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PolicyRemediationResource)

パラメーター

policyQuerySettings
PolicyQuerySettings

パラメーター グループ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象