Show / Hide Table of Contents

Interface IServerElementEndpoint

Represents a specific server managed by an instance of the PowerDNS API.

Namespace: PowerDns.Client
Assembly: PowerDns.Client.dll
Syntax
public interface IServerElementEndpoint

Properties

Zones

Represents a list of DNS zones managed by a PowerDNS server.

Declaration
ICollectionEndpoint<Zone> Zones { get; }
Property Value
Type Description
ICollectionEndpoint<Zone>
In This Article
Back to top Copyright Bastian Eicher