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

DnsPrivateZones interface

表示 DnsPrivateZones 的接口。

方法

get(string, string, DnsPrivateZonesGetOptionalParams)

获取 DnsPrivateZone

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

按位置列出 DnsPrivateZone 资源

方法详细信息

get(string, string, DnsPrivateZonesGetOptionalParams)

获取 DnsPrivateZone

function get(location: string, dnsprivatezonename: string, options?: DnsPrivateZonesGetOptionalParams): Promise<DnsPrivateZone>

参数

location

string

Azure 区域的名称。

dnsprivatezonename

string

DnsPrivateZone 名称

options
DnsPrivateZonesGetOptionalParams

选项参数。

返回

Promise<DnsPrivateZone>

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

按位置列出 DnsPrivateZone 资源

function listByLocation(location: string, options?: DnsPrivateZonesListByLocationOptionalParams): PagedAsyncIterableIterator<DnsPrivateZone, DnsPrivateZone[], PageSettings>

参数

location

string

Azure 区域的名称。

返回