DnsPrivateViews interface

Interface representing a DnsPrivateViews.

Methods

get(string, string, DnsPrivateViewsGetOptionalParams)

Get a DnsPrivateView

listByLocation(string, DnsPrivateViewsListByLocationOptionalParams)

List DnsPrivateView resources by Location

Method Details

get(string, string, DnsPrivateViewsGetOptionalParams)

Get a DnsPrivateView

function get(location: string, dnsprivateviewocid: string, options?: DnsPrivateViewsGetOptionalParams): Promise<DnsPrivateView>

Parameters

location

string

The name of the Azure region.

dnsprivateviewocid

string

DnsPrivateView OCID

options
DnsPrivateViewsGetOptionalParams

The options parameters.

Returns

Promise<DnsPrivateView>

listByLocation(string, DnsPrivateViewsListByLocationOptionalParams)

List DnsPrivateView resources by Location

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

Parameters

location

string

The name of the Azure region.

options
DnsPrivateViewsListByLocationOptionalParams

The options parameters.

Returns