DnsPrivateZones interface
Interface representing a DnsPrivateZones.
Methods
get(string, string, Dns |
Get a DnsPrivateZone |
list |
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.
The options parameters.