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

EdgeOrderAddressCollection.GetAsync(String, CancellationToken) 方法

定义

获取有关指定地址的信息。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • 操作 IdGetAddressByName
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>> GetAsync (string addressName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>>
Public Overridable Function GetAsync (addressName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeOrderAddressResource))

参数

addressName
String

指定资源组中的地址 Resource 的名称。 地址名称的长度必须介于 3 到 24 个字符之间,并且只能使用任何字母数字和下划线。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

addressName 为 null。

适用于