Class ZoneCollectionEndpoint
Represents a collection of DNS zones on a PowerDNS server.
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> |