次の方法で共有


PolicyAttestationCollection.GetAll メソッド

定義

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

  • 要求パス/{resourceId}/providers/Microsoft.PolicyInsights/attestations
  • 操作IdAttestations_ListForResource
public virtual Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource> 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.PolicyAttestationResource>
override this.GetAll : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource>
Public Overridable Function GetAll (Optional policyQuerySettings As PolicyQuerySettings = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PolicyAttestationResource)

パラメーター

policyQuerySettings
PolicyQuerySettings

パラメーター グループ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象