DnsPrivateZones interface

Interfaz que representa dnsPrivateZones.

Métodos

get(string, string, DnsPrivateZonesGetOptionalParams)

Obtención de dnsPrivateZone

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

Enumeración de recursos dnsPrivateZone por ubicación

Detalles del método

get(string, string, DnsPrivateZonesGetOptionalParams)

Obtención de dnsPrivateZone

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

Parámetros

location

string

Nombre de la región de Azure.

dnsprivatezonename

string

Nombre dnsPrivateZone

options
DnsPrivateZonesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<DnsPrivateZone>

listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)

Enumeración de recursos dnsPrivateZone por ubicación

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

Parámetros

location

string

Nombre de la región de Azure.

options
DnsPrivateZonesListByLocationOptionalParams

Parámetros de opciones.

Devoluciones