Show / Hide Table of Contents

Class ZoneCollectionEndpoint

Represents a collection of DNS zones on a PowerDNS server.

Inheritance
Object
ZoneCollectionEndpoint
Namespace: PowerDns.Client
Assembly: PowerDns.Client.dll
Syntax
public class ZoneCollectionEndpoint : CollectionEndpoint<Zone>

Constructors

ZoneCollectionEndpoint(IEndpoint)

Declaration
public ZoneCollectionEndpoint(IEndpoint referrer)
Parameters
Type Name Description
IEndpoint referrer

Properties

Item[String]

Declaration
public override ElementEndpoint<Zone> this[string id] { get; }
Parameters
Type Name Description
String id
Property Value
Type Description
ElementEndpoint<Zone>
In This Article
Back to top Copyright Bastian Eicher