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

PrivateZonesOperationsExtensions.GetAsync 方法

定义

获取专用 DNS区域。 检索区域属性,但检索区域中的虚拟网络链接或记录集。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone> GetAsync (this Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations operations, string resourceGroupName, string privateZoneName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone>
<Extension()>
Public Function GetAsync (operations As IPrivateZonesOperations, resourceGroupName As String, privateZoneName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateZone)

参数

operations
IPrivateZonesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

privateZoneName
String

没有终止点) (专用 DNS区域的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于