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

EdgeOrderExtensions.GetEdgeOrderAsync 方法

定义

获取订单。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
  • 操作 IdGetOrderByName
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeOrder.EdgeOrderResource>> GetEdgeOrderAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string orderName, System.Threading.CancellationToken cancellationToken = default);
static member GetEdgeOrderAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeOrder.EdgeOrderResource>>
<Extension()>
Public Function GetEdgeOrderAsync (resourceGroupResource As ResourceGroupResource, location As AzureLocation, orderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeOrderResource))

参数

resourceGroupResource
ResourceGroupResource

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

location
AzureLocation

Azure 区域的名称。

orderName
String

订单名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

orderName 是一个空字符串,预期为非空。

orderName 为 null。

适用于