Class ServerElementEndpoint
Represents a specific server managed by an instance of the PowerDNS API.
Namespace: PowerDns.Client
Assembly: PowerDns.Client.dll
Syntax
public class ServerElementEndpoint : EndpointBase, IServerElementEndpoint
Constructors
ServerElementEndpoint(IEndpoint, Uri)
Declaration
public ServerElementEndpoint(IEndpoint referrer, Uri relativeUri)
Parameters
Type | Name | Description |
---|---|---|
IEndpoint | referrer | |
Uri | relativeUri |
Properties
Zones
Declaration
public ICollectionEndpoint<Zone> Zones { get; }
Property Value
Type | Description |
---|---|
ICollectionEndpoint<Zone> |