次の方法で共有


PolicyAttestationCollection.GetAllAsync メソッド

定義

リソースのすべての構成証明を取得します。

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

パラメーター

policyQuerySettings
PolicyQuerySettings

パラメーター グループ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象