Share via


DnsPrivateZonesOperations interface

Interface representing a DnsPrivateZones operations.

Properties

get

Get a DnsPrivateZone

listByLocation

List DnsPrivateZone resources by SubscriptionLocationResource

Property Details

get

Get a DnsPrivateZone

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

Property Value

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

listByLocation

List DnsPrivateZone resources by SubscriptionLocationResource

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

Property Value

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