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

JobsOperationsExtensions.ListByResourceGroup 方法

定义

列出给定资源组下可用的所有作业。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource> ListByResourceGroup (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string skipToken = default);
static member ListByResourceGroup : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>
<Extension()>
Public Function ListByResourceGroup (operations As IJobsOperations, resourceGroupName As String, Optional skipToken As String = Nothing) As IPage(Of JobResource)

参数

operations
IJobsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

skipToken
String

获取作业列表支持$skipToken,该列表提供作业列表中的下一页。

返回

适用于