你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReportResourceCollection.GetAll 方法

定义

获取租户的 AppComplianceAutomation 报表列表。

  • 请求路径/providers/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 ,可能需要多个服务请求才能循环访问。

适用于