DnsPrivateZones interface

Interface representing a DnsPrivateZones.

Methods

get(string, string, DnsPrivateZonesGetOptionalParams)

Get a DnsPrivateZone

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

List DnsPrivateZone resources by Location

Method Details

get(string, string, DnsPrivateZonesGetOptionalParams)

Get a DnsPrivateZone

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

Parameters

location

string

The name of the Azure region.

dnsprivatezonename

string

DnsPrivateZone name

options
DnsPrivateZonesGetOptionalParams

The options parameters.

Returns

Promise<DnsPrivateZone>

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

List DnsPrivateZone resources by Location

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

Parameters

location

string

The name of the Azure region.

options
DnsPrivateZonesListByLocationOptionalParams

The options parameters.

Returns