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

EdgeOrderExtensions.GetEdgeOrdersAsync 方法

定义

重载

GetEdgeOrdersAsync(ResourceGroupResource, String, CancellationToken)

列出资源组级别的顺序。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/orders
  • 操作 IdListOrderAtResourceGroupLevel
GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken)

列出订阅级别的顺序。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders
  • Operation IdListOrderAtSubscriptionLevel

GetEdgeOrdersAsync(ResourceGroupResource, String, CancellationToken)

列出资源组级别的顺序。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/orders
  • 操作 IdListOrderAtResourceGroupLevel
public static Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderResource> GetEdgeOrdersAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetEdgeOrdersAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderResource>
<Extension()>
Public Function GetEdgeOrdersAsync (resourceGroupResource As ResourceGroupResource, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderResource)

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

skipToken
String

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 EdgeOrderResource ,可能需要多个服务请求进行迭代。

适用于

GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken)

列出订阅级别的顺序。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders
  • Operation IdListOrderAtSubscriptionLevel
public static Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderResource> GetEdgeOrdersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetEdgeOrdersAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderResource>
<Extension()>
Public Function GetEdgeOrdersAsync (subscriptionResource As SubscriptionResource, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderResource)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

skipToken
String

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 EdgeOrderResource ,可能需要多个服务请求进行迭代。

适用于