次の方法で共有


ReportResourceCollection.GetAll メソッド

定義

テナントの AppComplianceAutomation レポート の一覧を取得します。

  • 要求パス/プロバイダー/Microsoft.AppComplianceAutomation/reports
  • 操作IdReports_List
public virtual Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource> GetAll (string skipToken = default, int? top = default, string select = default, string offerGuid = default, string reportCreatorTenantId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
override this.GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
Public Overridable Function GetAll (Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional offerGuid As String = Nothing, Optional reportCreatorTenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ReportResource)

パラメーター

skipToken
String

結果を取得するときにスキップします。

top
Nullable<Int32>

結果を取得するときに返す要素の数。

select
String

OData Select ステートメント。 各エントリのプロパティを、要求されたプロパティのみに制限します (例: ?$select=reportName,id)。

offerGuid
String

レポートにマッピングする offerGuid。

reportCreatorTenantId
String

レポート作成者のテナント ID。

cancellationToken
CancellationToken

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

戻り値

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

適用対象